Skip to content

Commit

Permalink
Allow childprocess 1.x - issue SeleniumHQ#6907 (SeleniumHQ#6948)
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Feb 21, 2019
1 parent 6a717f2 commit 6d7f633
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 @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_runtime_dependency 'rubyzip', ['~> 1.2', '>= 1.2.2']
s.add_runtime_dependency 'childprocess', ['~> 0.5']
s.add_runtime_dependency 'childprocess', ['>= 0.5', '< 2.0']

s.add_development_dependency 'rspec', ['~> 3.0']
s.add_development_dependency 'rack', ['~> 1.0', '>= 1.6.11']
Expand Down

0 comments on commit 6d7f633

Please sign in to comment.