Skip to content

Commit 6be6965

Browse files
committed
[ruby/padrino] Upgrade puma to 7.1
1 parent fd27d70 commit 6be6965

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frameworks/Ruby/padrino/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'padrino', git: 'https://github.com/padrino/padrino-framework.git'
99
gem 'rack'
1010

1111
group :puma, optional: true do
12-
gem 'puma', '~> 6.4', require: false
12+
gem 'puma', '~> 7.1', require: false
1313
end
1414

1515
group :unicorn, optional: true do

frameworks/Ruby/padrino/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ GEM
9494
net-smtp (0.5.1)
9595
net-protocol
9696
nio4r (2.7.4)
97-
puma (6.6.0)
97+
puma (7.1.0)
9898
nio4r (~> 2.0)
9999
rack (3.1.18)
100100
rack-protection (4.1.1)
@@ -140,7 +140,7 @@ DEPENDENCIES
140140
json
141141
mysql2 (> 0.5)
142142
padrino!
143-
puma (~> 6.4)
143+
puma (~> 7.1)
144144
rack
145145
slim (= 2.0.3)
146146
unicorn (~> 6.1)

0 commit comments

Comments
 (0)