Skip to content

Commit f2938b9

Browse files
Bump puma from 5.6.7 to 6.4.2 in /backend
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]>
1 parent 6f81652 commit f2938b9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.7"
20+
gem "puma", "6.4.2"
2121

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

backend/Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ GEM
246246
timeout
247247
net-smtp (0.4.0)
248248
net-protocol
249-
nio4r (2.5.9)
250-
nio4r (2.5.9-java)
249+
nio4r (2.7.0)
250+
nio4r (2.7.0-java)
251251
nokogiri (1.16.0)
252252
mini_portile2 (~> 2.8.2)
253253
racc (~> 1.4)
@@ -295,9 +295,9 @@ GEM
295295
pry-rails (0.3.9)
296296
pry (>= 0.10.4)
297297
public_suffix (5.0.3)
298-
puma (5.6.7)
298+
puma (6.4.2)
299299
nio4r (~> 2.0)
300-
puma (5.6.7-java)
300+
puma (6.4.2-java)
301301
nio4r (~> 2.0)
302302
pusher (2.0.2)
303303
httpclient (~> 2.8)
@@ -500,7 +500,7 @@ DEPENDENCIES
500500
pry-byebug
501501
pry-doc
502502
pry-rails
503-
puma (= 5.6.7)
503+
puma (= 6.4.2)
504504
pusher
505505
rack-cors (= 2.0.1)
506506
rack-timeout

0 commit comments

Comments
 (0)