Skip to content

Commit

Permalink
Bump puma from 5.6.5 to 6.2.2
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 6.2.2.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.5...v6.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 28, 2023
1 parent d6e5a81 commit ddbb7f8
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 @@ -14,7 +14,7 @@ gem "lograge", "~> 0.12"
gem "pg"
gem "pry-rails"
gem "mini_racer"
gem "puma", "~> 5.6"
gem "puma", "~> 6.2"
gem "rollbar"
gem "rails", "~> 7.0"
gem "sass-rails", "~> 6.0"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
Expand All @@ -198,7 +198,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.1)
puma (5.6.5)
puma (6.2.2)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -364,7 +364,7 @@ DEPENDENCIES
mini_racer
pg
pry-rails
puma (~> 5.6)
puma (~> 6.2)
rails (~> 7.0)
rails_layout
rollbar
Expand Down

0 comments on commit ddbb7f8

Please sign in to comment.