sdkman-for-fish/test/Gemfile
dependabot[bot] e27230839a 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>
2023-06-27 23:03:07 +02:00

6 lines
97 B
Ruby

source "https://rubygems.org"
group :test do
gem 'cucumber', '~> 8'
gem 'rspec', '~> 3'
end