Skip to content

Commit 99d69fe

Browse files
Bump rack from 2.2.2 to 3.0.4.1
Bumps [rack](https://github.com/rack/rack) from 2.2.2 to 3.0.4.1. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v2.2.2...v3.0.4.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a3d93d commit 99d69fe

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Gemfile.lock

+9-6
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ GEM
55
public_suffix (>= 2.0.2, < 5.0)
66
backports (3.17.0)
77
builder (3.2.4)
8-
capybara (3.31.0)
8+
capybara (3.38.0)
99
addressable
10+
matrix
1011
mini_mime (>= 0.1.3)
1112
nokogiri (~> 1.8)
1213
rack (>= 1.6.0)
1314
rack-test (>= 0.6.3)
14-
regexp_parser (~> 1.5)
15+
regexp_parser (>= 1.5, < 3.0)
1516
xpath (~> 3.2)
1617
childprocess (3.0.0)
1718
cucumber (3.1.2)
@@ -32,16 +33,17 @@ GEM
3233
cucumber-wire (0.0.1)
3334
diff-lcs (1.3)
3435
gherkin (5.1.0)
36+
matrix (0.4.2)
3537
mini_mime (1.0.2)
3638
mini_portile2 (2.4.0)
3739
multi_json (1.14.1)
3840
multi_test (0.1.2)
39-
nokogiri (1.10.9-x64-mingw32)
41+
nokogiri (1.10.9)
4042
mini_portile2 (~> 2.4.0)
4143
public_suffix (4.0.3)
42-
rack (2.2.2)
43-
rack-test (1.1.0)
44-
rack (>= 1.0, < 3)
44+
rack (3.0.4.1)
45+
rack-test (2.0.2)
46+
rack (>= 1.3)
4547
regexp_parser (1.7.0)
4648
rspec (3.9.0)
4749
rspec-core (~> 3.9.0)
@@ -65,6 +67,7 @@ GEM
6567

6668
PLATFORMS
6769
x64-mingw32
70+
x86_64-linux
6871

6972
DEPENDENCIES
7073
capybara (~> 3.31)

0 commit comments

Comments
 (0)