Skip to content

Commit

Permalink
Bump puma from 6.3.1 to 6.4.0
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 6.3.1 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@v6.3.1...v6.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent 5d40714 commit ba5a973
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 @@ -23,7 +23,7 @@ gem "okcomputer", "~> 1.18"
gem "pagy"
gem "pg", "~> 1.5"
gem "propshaft"
gem "puma", "~> 6.3"
gem "puma", "~> 6.4"
gem "pundit", "~> 2.3"
gem "rack-attack"
gem "rails", "~> 7.0.8"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nio4r (2.7.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -319,7 +319,7 @@ GEM
pry-nav (1.0.0)
pry (>= 0.9.10, < 0.15)
public_suffix (5.0.3)
puma (6.3.1)
puma (6.4.0)
nio4r (~> 2.0)
pundit (2.3.1)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -563,7 +563,7 @@ DEPENDENCIES
propshaft
pry
pry-nav
puma (~> 6.3)
puma (~> 6.4)
pundit (~> 2.3)
rack-attack
rails (~> 7.0.8)
Expand Down

0 comments on commit ba5a973

Please sign in to comment.