Skip to content

Commit

Permalink
Bump puma from 3.11.4 to 5.6.8
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 5.6.8.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v3.11.4...v5.6.8)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 3974045 commit 2b462ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'rails', '~> 4.2.11'
# services
gem "elasticsearch", '~> 1.0.17'
gem 'mysql2', '~> 0.3.17'
gem 'puma', '~> 3.11.4'
gem 'puma', '~> 5.6.8'
gem 'redis', '~> 3.1'
gem "resque", '~> 1.25', :require => "resque/server"
gem 'resque-scheduler', '~> 3.0.0'
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ GEM
multipart-post (2.3.0)
mysql2 (0.3.21)
netrc (0.11.0)
nio4r (2.7.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nuntium_api (0.21)
Expand All @@ -280,7 +281,8 @@ GEM
json (>= 1.6.0)
polyglot (0.3.5)
public_suffix (4.0.7)
puma (3.11.4)
puma (5.6.8)
nio4r (~> 2.0)
rack (1.6.13)
rack-oauth2 (1.12.0)
activesupport
Expand Down Expand Up @@ -478,7 +480,6 @@ DEPENDENCIES
jquery-rails (~> 2.0.2)
knockoutjs-rails (~> 3.2.0)
lodash-rails
loofah (= 2.20.0)
machinist (= 1.0.6)
mini_magick
msgpack (~> 0.7.5)
Expand All @@ -489,7 +490,7 @@ DEPENDENCIES
omniauth (~> 1.2)
omniauth-openid (~> 1.0)
paranoia (~> 2.0)
puma (~> 3.11.4)
puma (~> 5.6.8)
rails (~> 4.2.11)
rails-assets-knockout-sortable!
redis (~> 3.1)
Expand Down

0 comments on commit 2b462ba

Please sign in to comment.