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 3, 2020
1 parent 7e66bda commit 28199cd
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 @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
Dir["misc/**/*"]
s.files += Dir["Gemfile", "foodcritic.gemspec", "LICENSE"]

s.add_dependency("cucumber-core", ">= 1.3", "< 4.0")
s.add_dependency("cucumber-core", ">= 1.3", "< 8.0")
s.add_dependency("nokogiri", ">= 1.5", "< 2.0")
s.add_dependency("rake")
s.add_dependency("treetop", "~> 1.4")
Expand Down

0 comments on commit 28199cd

Please sign in to comment.