Skip to content

Commit

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

---
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 Nov 6, 2024
1 parent 97bf9c4 commit 7ba23cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

ruby '3.3.4'

gem 'puma', '~> 5.6'
gem 'puma', '~> 6.4'
gem 'rails', '~> 7.0.8'

gem 'bootsnap', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ GEM
pry-rails (0.3.11)
pry (>= 0.13.0)
public_suffix (5.0.4)
puma (5.6.9)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.10)
Expand Down Expand Up @@ -561,7 +561,7 @@ DEPENDENCIES
pry-byebug
pry-doc
pry-rails
puma (~> 5.6)
puma (~> 6.4)
rails (~> 7.0.8)
rladr
rspec
Expand Down

0 comments on commit 7ba23cf

Please sign in to comment.