Skip to content

Commit

Permalink
Bump puma from 5.6.7 to 6.4.2 in /backend (#708)
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.6.7 to 6.4.2.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.7...v6.4.2)

---
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 Mar 2, 2024
1 parent fe4f736 commit 9af8945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem "mongoid", "7.3.3"
gem "pg", "1.2.3"

# Use Puma as the app server
gem "puma", "5.6.8"
gem "puma", "6.4.2"

# Authentication libraries
gem "cancancan", "~> 3.3.0"
Expand Down
6 changes: 3 additions & 3 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.3)
puma (5.6.8)
puma (6.4.2)
nio4r (~> 2.0)
puma (5.6.8-java)
puma (6.4.2-java)
nio4r (~> 2.0)
pusher (2.0.2)
httpclient (~> 2.8)
Expand Down Expand Up @@ -523,7 +523,7 @@ DEPENDENCIES
pry-byebug
pry-doc
pry-rails
puma (= 5.6.8)
puma (= 6.4.2)
pusher
rack-cors (= 2.0.1)
rack-timeout
Expand Down

0 comments on commit 9af8945

Please sign in to comment.