We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80615ca commit f5698f0Copy full SHA for f5698f0
Gemfile
@@ -9,7 +9,7 @@ gem "rails", "~> 7.1.5"
9
10
gem "mysql2", "~> 0.5.6"
11
# Use Puma as the app server
12
-gem "puma", "~> 6.6"
+gem "puma", "~> 7.1"
13
# But we use passenger in production
14
gem "passenger", "~> 6.0", ">= 6.0.27"
15
Gemfile.lock
@@ -241,7 +241,7 @@ GEM
241
date
242
stringio
243
public_suffix (6.0.1)
244
- puma (6.6.1)
+ puma (7.1.0)
245
nio4r (~> 2.0)
246
racc (1.8.1)
247
rack (3.1.18)
@@ -424,7 +424,7 @@ DEPENDENCIES
424
listen (>= 3.0.5, < 3.10)
425
mysql2 (~> 0.5.6)
426
passenger (~> 6.0, >= 6.0.27)
427
- puma (~> 6.6)
+ puma (~> 7.1)
428
rails (~> 7.1.5)
429
rdoc (>= 6.6.3.1)
430
rollbar
0 commit comments