Skip to content

Commit 2692fdd

Browse files
Bump cucumber-rails from 1.4.5 to 1.7.0
Bumps [cucumber-rails](https://github.com/cucumber/cucumber-rails) from 1.4.5 to 1.7.0. - [Release notes](https://github.com/cucumber/cucumber-rails/releases) - [Changelog](https://github.com/cucumber/cucumber-rails/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-rails@v1.4.5...v1.7.0) --- updated-dependencies: - dependency-name: cucumber-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbde094 commit 2692fdd

31 files changed

+29
-23
lines changed

Gemfile.lock

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ GEM
3232
descendants_tracker (~> 0.0.4)
3333
ice_nine (~> 0.11.0)
3434
thread_safe (~> 0.3, >= 0.3.1)
35+
backports (3.23.0)
3536
builder (3.2.4)
3637
capybara (2.11.0)
3738
addressable
@@ -48,31 +49,36 @@ GEM
4849
virtus (~> 1.0)
4950
coercible (1.0.0)
5051
descendants_tracker (~> 0.0.1)
51-
concurrent-ruby (1.1.9)
52+
concurrent-ruby (1.1.10)
5253
crack (0.4.3)
5354
safe_yaml (~> 1.0.0)
5455
crass (1.0.6)
55-
cucumber (2.4.0)
56+
cucumber (3.2.0)
5657
builder (>= 2.1.2)
57-
cucumber-core (~> 1.5.0)
58+
cucumber-core (~> 3.2.0)
59+
cucumber-expressions (~> 6.0.1)
5860
cucumber-wire (~> 0.0.1)
59-
diff-lcs (>= 1.1.3)
60-
gherkin (~> 4.0)
61+
diff-lcs (~> 1.3)
62+
gherkin (~> 5.1.0)
6163
multi_json (>= 1.7.5, < 2.0)
6264
multi_test (>= 0.1.2)
63-
cucumber-core (1.5.0)
64-
gherkin (~> 4.0)
65-
cucumber-rails (1.4.5)
66-
capybara (>= 1.1.2, < 3)
67-
cucumber (>= 1.3.8, < 4)
68-
mime-types (>= 1.16, < 4)
69-
nokogiri (~> 1.5)
70-
railties (>= 3, < 5.1)
65+
cucumber-core (3.2.1)
66+
backports (>= 3.8.0)
67+
cucumber-tag_expressions (~> 1.1.0)
68+
gherkin (~> 5.0)
69+
cucumber-expressions (6.0.1)
70+
cucumber-rails (1.7.0)
71+
capybara (>= 2.3.0, < 4)
72+
cucumber (>= 3.0.2, < 4)
73+
mime-types (>= 1.17, < 4)
74+
nokogiri (~> 1.8)
75+
railties (>= 4.2, < 7)
76+
cucumber-tag_expressions (1.1.1)
7177
cucumber-wire (0.0.1)
7278
database_cleaner (1.5.3)
7379
descendants_tracker (0.0.4)
7480
thread_safe (~> 0.3, >= 0.3.1)
75-
diff-lcs (1.4.4)
81+
diff-lcs (1.5.0)
7682
domain_name (0.5.20190701)
7783
unf (>= 0.0.5, < 1.0.0)
7884
dotenv (2.1.1)
@@ -86,12 +92,12 @@ GEM
8692
multipart-post (>= 1.2, < 3)
8793
font-awesome-sass (4.7.0)
8894
sass (>= 3.2)
89-
gherkin (4.0.0)
95+
gherkin (5.1.0)
9096
hashdiff (0.3.2)
9197
hashie (5.0.0)
9298
http-cookie (1.0.3)
9399
domain_name (~> 0.5)
94-
i18n (1.8.10)
100+
i18n (1.12.0)
95101
concurrent-ruby (~> 1.0)
96102
ice_nine (0.11.2)
97103
jquery-rails (4.2.2)
@@ -102,17 +108,17 @@ GEM
102108
jwt (2.2.1)
103109
launchy (2.4.3)
104110
addressable (~> 2.3)
105-
loofah (2.18.0)
111+
loofah (2.19.0)
106112
crass (~> 1.0.2)
107113
nokogiri (>= 1.5.9)
108114
method_source (1.0.0)
109115
mime-types (3.4.1)
110116
mime-types-data (~> 3.2015)
111117
mime-types-data (3.2022.0105)
112118
mini_portile2 (2.8.0)
113-
minitest (5.14.4)
114-
multi_json (1.14.1)
115-
multi_test (0.1.2)
119+
minitest (5.16.3)
120+
multi_json (1.15.0)
121+
multi_test (1.1.0)
116122
multi_xml (0.6.0)
117123
multipart-post (2.1.1)
118124
netrc (0.11.0)
@@ -148,7 +154,7 @@ GEM
148154
puma (5.6.4)
149155
nio4r (~> 2.0)
150156
racc (1.6.0)
151-
rack (2.2.3.1)
157+
rack (2.2.4)
152158
rack-protection (3.0.2)
153159
rack
154160
rack-test (0.6.3)
@@ -212,7 +218,7 @@ GEM
212218
sprockets (>= 3.0.0)
213219
test-unit (3.5.5)
214220
power_assert
215-
thor (1.1.0)
221+
thor (1.2.1)
216222
thread_safe (0.3.6)
217223
tilt (2.0.5)
218224
tzinfo (1.2.10)
@@ -232,7 +238,7 @@ GEM
232238
addressable (>= 2.3.6)
233239
crack (>= 0.3.2)
234240
hashdiff
235-
xpath (2.0.0)
241+
xpath (2.1.0)
236242
nokogiri (~> 1.3)
237243

238244
PLATFORMS

vendor/cache/backports-3.23.0.gem

135 KB
Binary file not shown.
352 KB
Binary file not shown.
-350 KB
Binary file not shown.

vendor/cache/cucumber-2.4.0.gem

-245 KB
Binary file not shown.

vendor/cache/cucumber-3.2.0.gem

150 KB
Binary file not shown.
-44 KB
Binary file not shown.
27.5 KB
Binary file not shown.
18.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)