Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Commit

Permalink
Update cucumber-core requirement from >= 1.3, < 4.0 to >= 1.3, < 8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [cucumber-core](https://github.com/cucumber/cucumber-ruby-core) to permit the latest version.
- [Release notes](https://github.com/cucumber/cucumber-ruby-core/releases)
- [Changelog](https://github.com/cucumber/cucumber-ruby-core/blob/master/CHANGELOG.md)
- [Commits](cucumber/cucumber-ruby-core@v1.3.0...v7.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jun 22, 2020
1 parent 2b787ce commit 5195af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foodcritic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency("erubis")
s.add_dependency("rufus-lru", "~> 1.0")

s.add_development_dependency "cucumber-core", ">= 1.3", "< 4.0"
s.add_development_dependency "cucumber-core", ">= 1.3", "< 8.0"
s.add_development_dependency "minitest", "~> 5.13.0" # 5.14 breaks various CLI tests
s.add_development_dependency "rspec", "~> 3.5"
s.add_development_dependency "fuubar", "~> 2.0"
Expand Down

0 comments on commit 5195af9

Please sign in to comment.