Skip to content

Commit

Permalink
Update cucumber requirement from >= 4.0.0, < 9 to >= 4.0.0, < 10
Browse files Browse the repository at this point in the history
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...v9.2.1)

---
updated-dependencies:
- dependency-name: cucumber
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent f412ff2 commit 9826055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allure-cucumber/allure-cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |s|
s.require_path = "lib"

s.add_dependency "allure-ruby-commons", version
s.add_dependency "cucumber", ">= 4.0.0", "< 9"
s.add_dependency "cucumber", ">= 4.0.0", "< 10"
end

0 comments on commit 9826055

Please sign in to comment.