Skip to content

Commit 00cb078

Browse files
committed
Loosen childprocess dependency
1 parent db652d9 commit 00cb078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aruba.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
'source_code_uri' => 'https://github.com/cucumber/aruba'
2424
}
2525

26-
spec.add_runtime_dependency 'childprocess', '~> 3.0'
26+
spec.add_runtime_dependency 'childprocess', ['>= 2.0', '< 5.0']
2727
spec.add_runtime_dependency 'contracts', '~> 0.16.0'
2828
spec.add_runtime_dependency 'cucumber', ['>= 2.4', '< 5.0']
2929
spec.add_runtime_dependency 'ffi', '~> 1.9'

0 commit comments

Comments
 (0)