Skip to content

Commit 9af8945

Browse files
Bump puma from 5.6.7 to 6.4.2 in /backend (#708)
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>
1 parent fe4f736 commit 9af8945

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

backend/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem "mongoid", "7.3.3"
1717
gem "pg", "1.2.3"
1818

1919
# Use Puma as the app server
20-
gem "puma", "5.6.8"
20+
gem "puma", "6.4.2"
2121

2222
# Authentication libraries
2323
gem "cancancan", "~> 3.3.0"

backend/Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@ GEM
313313
pry-rails (0.3.9)
314314
pry (>= 0.10.4)
315315
public_suffix (5.0.3)
316-
puma (5.6.8)
316+
puma (6.4.2)
317317
nio4r (~> 2.0)
318-
puma (5.6.8-java)
318+
puma (6.4.2-java)
319319
nio4r (~> 2.0)
320320
pusher (2.0.2)
321321
httpclient (~> 2.8)
@@ -523,7 +523,7 @@ DEPENDENCIES
523523
pry-byebug
524524
pry-doc
525525
pry-rails
526-
puma (= 5.6.8)
526+
puma (= 6.4.2)
527527
pusher
528528
rack-cors (= 2.0.1)
529529
rack-timeout

0 commit comments

Comments
 (0)