Skip to content

Commit a1673b1

Browse files
Update cucumber requirement from >= 4.0.0, < 10 to >= 4.0.0, < 11 in /allure-cucumber (#596)
Update cucumber requirement from >= 4.0.0, < 10 to >= 4.0.0, < 11 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...v10.0.0) --- updated-dependencies: - dependency-name: cucumber dependency-version: 10.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3997a59 commit a1673b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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", "< 10"
33+
s.add_dependency "cucumber", ">= 4.0.0", "< 11"
3434
end

0 commit comments

Comments
 (0)