Skip to content

Commit

Permalink
Allow Cucumber 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Aug 21, 2020
1 parent cd24f90 commit b1252df
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', '< 5.0']
spec.add_runtime_dependency 'cucumber', ['>= 2.4', '< 6.0']
spec.add_runtime_dependency 'ffi', '~> 1.9'
spec.add_runtime_dependency 'rspec-expectations', '~> 3.4'
spec.add_runtime_dependency 'thor', '~> 1.0'
Expand Down

0 comments on commit b1252df

Please sign in to comment.