Skip to content

Commit ab75ada

Browse files
Bump puma from 5.6.8 to 5.6.9
Bumps [puma](https://github.com/puma/puma) from 5.6.8 to 5.6.9. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.6.8...v5.6.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b07bc9 commit ab75ada

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'algolia', '~> 2.0.4'
1212
gem 'chronic'
1313
gem 'loofah', '~> 2.3.1'
1414
gem 'pg'
15-
gem 'puma', '~> 5.6.4'
15+
gem 'puma', '~> 5.6.9'
1616
gem 'rails', '~> 6.1.7.8'
1717
gem 'sidekiq', '~> 4.1.3'
1818
gem 'simple_command'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ GEM
216216
timeout
217217
net-smtp (0.5.0)
218218
net-protocol
219-
nio4r (2.7.3)
219+
nio4r (2.7.4)
220220
nokogiri (1.16.7-arm64-darwin)
221221
racc (~> 1.4)
222222
nokogiri (1.16.7-x86_64-linux)
@@ -243,7 +243,7 @@ GEM
243243
pry-rails (0.3.11)
244244
pry (>= 0.13.0)
245245
public_suffix (6.0.1)
246-
puma (5.6.8)
246+
puma (5.6.9)
247247
nio4r (~> 2.0)
248248
racc (1.8.1)
249249
rack (2.2.9)
@@ -439,7 +439,7 @@ DEPENDENCIES
439439
progress_bar (~> 1.3.0)
440440
pry-byebug
441441
pry-rails
442-
puma (~> 5.6.4)
442+
puma (~> 5.6.9)
443443
rack-cors
444444
rails (~> 6.1.7.8)
445445
rspec-rails (~> 6.1.3)

0 commit comments

Comments
 (0)