mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-24 21:07:11 -07:00
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:
parent
c5ec314ef5
commit
9714c3979c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
group :test do
|
||||
gem 'cucumber', '~> 8'
|
||||
gem 'cucumber', '~> 9'
|
||||
gem 'rspec', '~> 3'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue