Skip to content

Commit 3868e11

Browse files
committed
[ruby/rails] Upgrade puma to 7.1
1 parent f99bb89 commit 3868e11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frameworks/Ruby/rails/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ group :falcon, optional: true do
2121
end
2222

2323
group :puma, optional: true do
24-
gem 'puma', '~> 6.5', require: false
24+
gem 'puma', '~> 7.0', require: false
2525
end
2626

2727
group :pitchfork, optional: true do

frameworks/Ruby/rails/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ GEM
205205
psych (5.2.3)
206206
date
207207
stringio
208-
puma (6.6.0)
208+
puma (7.1.0)
209209
nio4r (~> 2.0)
210210
racc (1.8.1)
211211
rack (3.2.0)
@@ -287,7 +287,7 @@ DEPENDENCIES
287287
iodine (~> 0.7)
288288
pg (~> 1.5)
289289
pitchfork (~> 0.17)
290-
puma (~> 6.5)
290+
puma (~> 7.0)
291291
rails (~> 8.1.0.beta1)
292292
redis (~> 5.0)
293293
trilogy (~> 2.8.1)

0 commit comments

Comments
 (0)