Skip to content

Commit b1ef1b0

Browse files
authored
Revert "Bump puma from 5.6.7 to 6.4.2 in /backend (#708)" (#735)
This reverts commit 9af8945.
1 parent 5516307 commit b1ef1b0

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", "6.4.2"
20+
gem "puma", "5.6.8"
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 (6.4.2)
316+
puma (5.6.8)
317317
nio4r (~> 2.0)
318-
puma (6.4.2-java)
318+
puma (5.6.8-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 (= 6.4.2)
526+
puma (= 5.6.8)
527527
pusher
528528
rack-cors (= 2.0.1)
529529
rack-timeout

0 commit comments

Comments
 (0)