Skip to content

Commit 2097b18

Browse files
Bump rack from 2.0.8 to 2.1.4
Bumps [rack](https://github.com/rack/rack) from 2.0.8 to 2.1.4. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](rack/rack@2.0.8...2.1.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent da4f8a0 commit 2097b18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22

3-
gem "rack", "~> 2.0"
3+
gem "rack", "~> 2.1"
44
gem "puma", "~> 3.12"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
puma (3.12.4)
5-
rack (2.0.8)
5+
rack (2.1.4)
66

77
PLATFORMS
88
ruby
99

1010
DEPENDENCIES
1111
puma (~> 3.12)
12-
rack (~> 2.0)
12+
rack (~> 2.1)
1313

1414
BUNDLED WITH
1515
1.17.1

0 commit comments

Comments
 (0)