mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 13:27:10 -07:00
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>
6 lines
97 B
Ruby
6 lines
97 B
Ruby
source "https://rubygems.org"
|
|
|
|
group :test do
|
|
gem 'cucumber', '~> 8'
|
|
gem 'rspec', '~> 3'
|
|
end
|