Update cucumber requirement from ~> 3.1.0 to ~> 8.0.0 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/v3.1.0...v8.0.0)

---
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-06-26 23:04:47 +00:00 committed by Raphael
parent 69cc138441
commit e27230839a

View file

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