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 f99bb89 commit 3868e11Copy full SHA for 3868e11
frameworks/Ruby/rails/Gemfile
@@ -21,7 +21,7 @@ group :falcon, optional: true do
21
end
22
23
group :puma, optional: true do
24
- gem 'puma', '~> 6.5', require: false
+ gem 'puma', '~> 7.0', require: false
25
26
27
group :pitchfork, optional: true do
frameworks/Ruby/rails/Gemfile.lock
@@ -205,7 +205,7 @@ GEM
205
psych (5.2.3)
206
date
207
stringio
208
- puma (6.6.0)
+ puma (7.1.0)
209
nio4r (~> 2.0)
210
racc (1.8.1)
211
rack (3.2.0)
@@ -287,7 +287,7 @@ DEPENDENCIES
287
iodine (~> 0.7)
288
pg (~> 1.5)
289
pitchfork (~> 0.17)
290
- puma (~> 6.5)
+ puma (~> 7.0)
291
rails (~> 8.1.0.beta1)
292
redis (~> 5.0)
293
trilogy (~> 2.8.1)
0 commit comments