We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db652d9 commit 00cb078Copy full SHA for 00cb078
aruba.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
'source_code_uri' => 'https://github.com/cucumber/aruba'
24
}
25
26
- spec.add_runtime_dependency 'childprocess', '~> 3.0'
+ spec.add_runtime_dependency 'childprocess', ['>= 2.0', '< 5.0']
27
spec.add_runtime_dependency 'contracts', '~> 0.16.0'
28
spec.add_runtime_dependency 'cucumber', ['>= 2.4', '< 5.0']
29
spec.add_runtime_dependency 'ffi', '~> 1.9'
0 commit comments