Skip to content

Commit fd27d70

Browse files
committed
[ruby/roda-sequel] Upgrade puma to 7.1
1 parent f99bb89 commit fd27d70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frameworks/Ruby/roda-sequel/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ group :iodine, optional: true do
2222
end
2323

2424
group :puma, optional: true do
25-
gem "puma", "~> 6.2", require: false
25+
gem "puma", "~> 7.1", require: false
2626
end

frameworks/Ruby/roda-sequel/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GEM
1111
pg (1.6.2)
1212
pg (1.6.2-x86_64-darwin)
1313
pg (1.6.2-x86_64-linux)
14-
puma (6.6.0)
14+
puma (7.1.0)
1515
nio4r (~> 2.0)
1616
rack (3.2.3)
1717
roda (3.90.0)
@@ -36,7 +36,7 @@ DEPENDENCIES
3636
iodine (~> 0.7)
3737
json (~> 2.8)
3838
pg (~> 1.4)
39-
puma (~> 6.2)
39+
puma (~> 7.1)
4040
roda (~> 3.66)
4141
sequel (~> 5.67)
4242
sequel_pg (~> 1.17)

0 commit comments

Comments
 (0)