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.
2 parents 4b2a2ee + 0affd32 commit c3e0eb7Copy full SHA for c3e0eb7
2 files changed
frameworks/Ruby/rack-sequel/Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
3
gem 'json'
4
gem 'sequel', '~> 5.0'
5
-gem 'rack', '~> 3.1'
+gem 'rack', '~> 3.2'
6
gem "concurrent-ruby"
7
8
group :mysql, optional: true do
frameworks/Ruby/rack-sequel/Gemfile.lock
@@ -11,7 +11,7 @@ GEM
11
pg (1.6.3-x86_64-linux)
12
puma (7.1.0)
13
nio4r (~> 2.0)
14
- rack (3.2.0)
+ rack (3.2.5)
15
sequel (5.100.0)
16
bigdecimal
17
sequel_pg (1.18.2)
@@ -31,7 +31,7 @@ DEPENDENCIES
31
json
32
pg (~> 1.5)
33
puma (~> 7.0)
34
- rack (~> 3.1)
+ rack (~> 3.2)
35
sequel (~> 5.0)
36
sequel_pg (~> 1.17)
37
trilogy (~> 2.10)
0 commit comments