We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5516307 commit db28dc2Copy full SHA for db28dc2
backend/Gemfile
@@ -17,7 +17,7 @@ gem "mongoid", "7.3.3"
17
gem "pg", "1.2.3"
18
19
# Use Puma as the app server
20
-gem "puma", "6.4.2"
+gem "puma", "5.6.8"
21
22
# Authentication libraries
23
gem "cancancan", "~> 3.3.0"
backend/Gemfile.lock
@@ -313,9 +313,9 @@ GEM
313
pry-rails (0.3.9)
314
pry (>= 0.10.4)
315
public_suffix (5.0.3)
316
- puma (6.4.2)
+ puma (5.6.8)
317
nio4r (~> 2.0)
318
- puma (6.4.2-java)
+ puma (5.6.8-java)
319
320
pusher (2.0.2)
321
httpclient (~> 2.8)
@@ -523,7 +523,7 @@ DEPENDENCIES
523
pry-byebug
524
pry-doc
525
pry-rails
526
- puma (= 6.4.2)
+ puma (= 5.6.8)
527
pusher
528
rack-cors (= 2.0.1)
529
rack-timeout
0 commit comments