Skip to content

Commit

Permalink
Allow newer versions of Cucumber
Browse files Browse the repository at this point in the history
This allows us to test / release new versions of Cucumber without
first having to come here to make a new release of Arubua.

I think the only reason to cap the max version would be if we knew there
was a backwards-compatibility problem with a release of Cucumber, but
there isn't, so let's remove it?
  • Loading branch information
mattwynne committed Apr 12, 2021
1 parent 4e02fac commit a4028dd
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", "< 6.0"]
spec.add_runtime_dependency "cucumber", ">= 2.4"
spec.add_runtime_dependency "rspec-expectations", "~> 3.4"
spec.add_runtime_dependency "thor", "~> 1.0"

Expand Down

0 comments on commit a4028dd

Please sign in to comment.