Skip to content

Commit 2d41e60

Browse files
authored
[ruby/grape] Upgrade puma to 7.1 (#10210)
1 parent 8db06c5 commit 2d41e60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frameworks/Ruby/grape/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'mysql2', '0.5.6'
44
gem 'unicorn', '6.1.0'
5-
gem 'puma', '~> 6.5'
5+
gem 'puma', '~> 7.1'
66
gem 'activerecord', '~> 8.0.0', :require => 'active_record'
77
gem 'grape', '2.1.1'
88
gem 'json', '~> 2.9'

frameworks/Ruby/grape/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ GEM
6161
mustermann (>= 1.0.0)
6262
mysql2 (0.5.6)
6363
nio4r (2.7.4)
64-
puma (6.6.0)
64+
puma (7.1.0)
6565
nio4r (~> 2.0)
6666
rack (3.2.3)
6767
raindrops (0.20.1)
@@ -86,7 +86,7 @@ DEPENDENCIES
8686
grape (= 2.1.1)
8787
json (~> 2.9)
8888
mysql2 (= 0.5.6)
89-
puma (~> 6.5)
89+
puma (~> 7.1)
9090
unicorn (= 6.1.0)
9191

9292
BUNDLED WITH

0 commit comments

Comments
 (0)