Skip to content

Commit

Permalink
Loosen childprocess dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jun 19, 2020
1 parent db652d9 commit 00cb078
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|
'source_code_uri' => 'https://github.com/cucumber/aruba'
}

spec.add_runtime_dependency 'childprocess', '~> 3.0'
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 'ffi', '~> 1.9'
Expand Down

0 comments on commit 00cb078

Please sign in to comment.