Skip to content

Commit 420921b

Browse files
connorsheap0deje
authored andcommitted
Loosen dependency on childprocess in ruby gemspec
1 parent 820df9d commit 420921b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/selenium-webdriver.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
3131
s.files = Dir[root + '/**/*'].reject { |e| e =~ /ruby\.iml|build\.desc/ }.map { |e| e.sub(root + '/', '') }
3232
s.require_paths = ['lib']
3333

34-
s.add_runtime_dependency 'childprocess', ['>= 0.5', '< 3.0']
34+
s.add_runtime_dependency 'childprocess', ['>= 0.5', '< 4.0']
3535
s.add_runtime_dependency 'rubyzip', ['>= 1.2.2']
3636

3737
# childprocess requires ffi on windows but doesn't declare it in its dependencies

0 commit comments

Comments
 (0)