Skip to content

Commit

Permalink
Set max cucumber version to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-reeves committed Apr 14, 2021
1 parent dae41c8 commit d847194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "childprocess", [">= 2.0", "< 5.0"]
spec.add_runtime_dependency "contracts", "~> 0.16.0"
spec.add_runtime_dependency "cucumber", ">= 2.4"
spec.add_runtime_dependency "cucumber", [">= 2.4", "< 7.0"]
spec.add_runtime_dependency "rspec-expectations", "~> 3.4"
spec.add_runtime_dependency "thor", "~> 1.0"

Expand Down

0 comments on commit d847194

Please sign in to comment.