Skip to content

Commit 1b1892d

Browse files
committed
[ruby/sinatra] Upgrade puma to 7.1
1 parent f99bb89 commit 1b1892d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

frameworks/Ruby/sinatra-sequel/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ group :iodine, optional: true do
1818
end
1919

2020
group :puma, optional: true do
21-
gem 'puma', '~> 7.0', require: false
21+
gem 'puma', '~> 7.1', require: false
2222
gem 'concurrent-ruby' # used by Puma for auto-tuning
2323
end

frameworks/Ruby/sinatra-sequel/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GEM
1313
pg (1.6.2)
1414
pg (1.6.2-x86_64-darwin)
1515
pg (1.6.2-x86_64-linux)
16-
puma (7.0.2)
16+
puma (7.1.0)
1717
nio4r (~> 2.0)
1818
rack (3.2.0)
1919
rack-protection (4.1.1)
@@ -49,7 +49,7 @@ DEPENDENCIES
4949
iodine (~> 0.7)
5050
json (~> 2.8)
5151
pg (~> 1.5)
52-
puma (~> 7.0)
52+
puma (~> 7.1)
5353
sequel (~> 5.0)
5454
sequel_pg (~> 1.6)
5555
sinatra (~> 4.0)

frameworks/Ruby/sinatra/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ group :iodine, optional: true do
1717
end
1818

1919
group :puma, optional: true do
20-
gem 'puma', '~> 7.0', require: false
20+
gem 'puma', '~> 7.1', require: false
2121
end

frameworks/Ruby/sinatra/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GEM
3838
pg (1.6.2)
3939
pg (1.6.2-x86_64-darwin)
4040
pg (1.6.2-x86_64-linux)
41-
puma (7.0.2)
41+
puma (7.1.0)
4242
nio4r (~> 2.0)
4343
rack (3.2.3)
4444
rack-protection (4.2.0)
@@ -74,7 +74,7 @@ DEPENDENCIES
7474
iodine (~> 0.7)
7575
json (~> 2.8)
7676
pg (~> 1.5)
77-
puma (~> 7.0)
77+
puma (~> 7.1)
7878
sinatra (~> 4.2)
7979
trilogy (~> 2.9.0)
8080

0 commit comments

Comments
 (0)