We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99bb89 commit fd27d70Copy full SHA for fd27d70
frameworks/Ruby/roda-sequel/Gemfile
@@ -22,5 +22,5 @@ group :iodine, optional: true do
22
end
23
24
group :puma, optional: true do
25
- gem "puma", "~> 6.2", require: false
+ gem "puma", "~> 7.1", require: false
26
frameworks/Ruby/roda-sequel/Gemfile.lock
@@ -11,7 +11,7 @@ GEM
11
pg (1.6.2)
12
pg (1.6.2-x86_64-darwin)
13
pg (1.6.2-x86_64-linux)
14
- puma (6.6.0)
+ puma (7.1.0)
15
nio4r (~> 2.0)
16
rack (3.2.3)
17
roda (3.90.0)
@@ -36,7 +36,7 @@ DEPENDENCIES
36
iodine (~> 0.7)
37
json (~> 2.8)
38
pg (~> 1.4)
39
- puma (~> 6.2)
+ puma (~> 7.1)
40
roda (~> 3.66)
41
sequel (~> 5.67)
42
sequel_pg (~> 1.17)
0 commit comments