Skip to content

Commit

Permalink
Update cucumber requirement from ~> 8.0 to ~> 9.0
Browse files Browse the repository at this point in the history
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](cucumber/cucumber-ruby@v8.0.0...v9.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent cb24e54 commit 6e466cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet-blacksmith.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'puppet-modulebuilder', '~> 1.0'
s.add_runtime_dependency 'rest-client', '~>2.0'
s.add_development_dependency 'aruba', '~> 2.1'
s.add_development_dependency 'cucumber', '~> 8.0'
s.add_development_dependency 'cucumber', '~> 9.0'
s.add_development_dependency 'puppet', '>= 7.24', '< 9'
s.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
s.add_development_dependency 'rspec', '~> 3.12'
Expand Down

0 comments on commit 6e466cc

Please sign in to comment.