Skip to content

Commit a6d60de

Browse files
Update cucumber requirement from >= 3.2, < 8 to >= 3.2, < 9 (#541)
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@v3.2.0...v6.1.0) --- updated-dependencies: - dependency-name: cucumber dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83a5379 commit a6d60de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cucumber-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
2222
}
2323

2424
s.add_runtime_dependency('capybara', ['>= 2.18', '< 4']) # We support legacy capybara (But only the last 2.x)
25-
s.add_runtime_dependency('cucumber', ['>= 3.2', '< 8']) # Support cucumber in the 3.x <-> 7.x revision range
25+
s.add_runtime_dependency('cucumber', '>= 3.2', '< 9') # Support cucumber in the 3.x <-> 7.x revision range
2626
s.add_runtime_dependency('mime-types', ['~> 3.3']) # Only support the latest major (3+ years old)
2727
s.add_runtime_dependency('nokogiri', '~> 1.10') # Only support the latest major (3+ years old)
2828
s.add_runtime_dependency('railties', ['>= 5.0', '< 8']) # We support any version of Rails in the 5.x, 6.x and 7.x series

0 commit comments

Comments
 (0)