We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da4f8a0 + 2097b18 commit 9835aa2Copy full SHA for 9835aa2
Gemfile
@@ -1,4 +1,4 @@
1
source 'https://rubygems.org'
2
3
-gem "rack", "~> 2.0"
+gem "rack", "~> 2.1"
4
gem "puma", "~> 3.12"
Gemfile.lock
@@ -2,14 +2,14 @@ GEM
remote: https://rubygems.org/
specs:
puma (3.12.4)
5
- rack (2.0.8)
+ rack (2.1.4)
6
7
PLATFORMS
8
ruby
9
10
DEPENDENCIES
11
puma (~> 3.12)
12
- rack (~> 2.0)
+ rack (~> 2.1)
13
14
BUNDLED WITH
15
1.17.1
0 commit comments