Skip to content

Commit 6a668ae

Browse files
committed
[ruby/rack] Update puma to 7.1
This should improve the results for JRuby.
1 parent 43edfc1 commit 6a668ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frameworks/Ruby/rack/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ group :pitchfork, optional: true do
3232
end
3333

3434
group :puma, optional: true do
35-
gem 'puma', '~> 7.0'
35+
gem 'puma', '~> 7.1'
3636
end
3737

3838
group :unicorn, optional: true do

frameworks/Ruby/rack/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GEM
9595
protocol-rack (0.11.2)
9696
protocol-http (~> 0.43)
9797
rack (>= 1.0)
98-
puma (7.0.2)
98+
puma (7.1.0)
9999
nio4r (~> 2.0)
100100
racc (1.8.1)
101101
rack (3.2.2)
@@ -156,7 +156,7 @@ DEPENDENCIES
156156
passenger (~> 6.1)
157157
pg (~> 1.5)
158158
pitchfork (~> 0.17)
159-
puma (~> 7.0)
159+
puma (~> 7.1)
160160
rack (~> 3.0)
161161
rack-test
162162
rubocop

0 commit comments

Comments
 (0)