Skip to content

Commit

Permalink
Loosen dependency on childprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Mar 12, 2018
1 parent ac33f93 commit c56e269
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 @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/cucumber/aruba'

s.add_runtime_dependency 'cucumber', '>= 1.3.19'
s.add_runtime_dependency 'childprocess', '~> 0.8.0'
s.add_runtime_dependency 'childprocess', ['>= 0.6.3', '< 0.10.0']
s.add_runtime_dependency 'ffi', '~> 1.9.10'
s.add_runtime_dependency 'rspec-expectations', '>= 2.99'
s.add_runtime_dependency 'contracts', '~> 0.9'
Expand Down

0 comments on commit c56e269

Please sign in to comment.