Update cucumber requirement from ~> 8 to ~> 9 in /test

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](https://github.com/cucumber/cucumber-ruby/compare/v8.0.0...v9.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-04 21:42:23 +00:00 committed by Raphael
parent c5ec314ef5
commit 9714c3979c

View file

@ -1,6 +1,6 @@
source "https://rubygems.org" source "https://rubygems.org"
group :test do group :test do
gem 'cucumber', '~> 8' gem 'cucumber', '~> 9'
gem 'rspec', '~> 3' gem 'rspec', '~> 3'
end end