Skip to content

Commit

Permalink
Loosen dependency on childprocess in ruby gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
connorshea authored and p0deje committed Sep 29, 2019
1 parent 820df9d commit 420921b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |s|
s.files = Dir[root + '/**/*'].reject { |e| e =~ /ruby\.iml|build\.desc/ }.map { |e| e.sub(root + '/', '') }
s.require_paths = ['lib']

s.add_runtime_dependency 'childprocess', ['>= 0.5', '< 3.0']
s.add_runtime_dependency 'childprocess', ['>= 0.5', '< 4.0']
s.add_runtime_dependency 'rubyzip', ['>= 1.2.2']

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

0 comments on commit 420921b

Please sign in to comment.