Skip to content

Commit

Permalink
Bump puma from 5.6.4 to 6.4.0 (#430)
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.6.4 to 6.4.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.4...v6.4.0)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent 28e0092 commit f5ef105
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'sidekiq', "~> 5.2"
gem 'sidetiq', "~> 0.7"

gem 'active_model_serializers', "~> 0.10"
gem 'puma', "~> 5.6"
gem 'puma', "~> 6.4"
gem 'newrelic_rpm'
gem 'active_interaction', "~> 3.6"
gem 'faraday-panoptes', "~> 0.3"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
minitest (5.17.0)
multipart-post (2.1.1)
newrelic_rpm (4.7.1.340)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand All @@ -142,7 +142,7 @@ GEM
pry (~> 0.10)
pry-rails (0.3.9)
pry (>= 0.10.4)
puma (5.6.4)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.6.1)
rack (2.2.6.4)
Expand Down Expand Up @@ -252,7 +252,7 @@ DEPENDENCIES
pg (~> 0.20)
pry-byebug (~> 3.6)
pry-rails (~> 0.3)
puma (~> 5.6)
puma (~> 6.4)
rack-cors (~> 1.0)
rails (~> 5.2)
responders (~> 3.0)
Expand Down

0 comments on commit f5ef105

Please sign in to comment.