Skip to content

Commit

Permalink
Update cucumber requirement from ~> 8 to ~> 9 in /test
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@v8.0.0...v9.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and reitzig committed Jan 2, 2024
1 parent c5ec314 commit 9714c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

group :test do
gem 'cucumber', '~> 8'
gem 'cucumber', '~> 9'
gem 'rspec', '~> 3'
end

0 comments on commit 9714c39

Please sign in to comment.