Skip to content

Commit 88e6df5

Browse files
Update cucumber requirement from >= 4.0.0, < 11 to >= 4.0.0, < 12
Updates the requirements on [cucumber](https://github.com/cucumber/cucumber-ruby) to permit the latest version. - [Release notes](https://github.com/cucumber/cucumber-ruby/releases) - [Changelog](https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-ruby@v4.0.0...v11.0.0) --- updated-dependencies: - dependency-name: cucumber dependency-version: 11.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76ba27d commit 88e6df5

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)