Skip to content

Commit

Permalink
Merge pull request #626 from cucumber/issue-625-allow-cucumber-3
Browse files Browse the repository at this point in the history
Allow use with Cucumber 3.x
  • Loading branch information
mvz authored May 21, 2019
2 parents 1ef8f46 + 78e34a8 commit 5ff88bc
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 @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'childprocess', '~> 1.0'
spec.add_runtime_dependency 'contracts', '~> 0.13'
spec.add_runtime_dependency 'cucumber', '~> 2.4'
spec.add_runtime_dependency 'cucumber', ['>= 2.4', '< 4.0']
spec.add_runtime_dependency 'ffi', '~> 1.9'
spec.add_runtime_dependency 'rspec-expectations', '~> 3.4'
spec.add_runtime_dependency 'thor', '~> 0.19'
Expand Down

0 comments on commit 5ff88bc

Please sign in to comment.