Skip to content

Commit 725c9b2

Browse files
Update cucumber requirement from >= 4.0.0, < 11 to >= 4.0.0, < 12 in /allure-cucumber (#631)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: andrejs <git@andrcuns.mozmail.com>
1 parent c331ad6 commit 725c9b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

allure-cucumber/allure-cucumber.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Gem::Specification.new do |s|
3030

3131
s.add_dependency "allure-ruby-commons", version
3232
s.add_dependency "csv", ">= 3.0", "< 4.0"
33-
s.add_dependency "cucumber", ">= 4.0.0", "< 11"
33+
s.add_dependency "cucumber", ">= 4.0.0", "< 12"
3434
end

0 commit comments

Comments
 (0)