Skip to content

Commit

Permalink
Relax childprocess gem version requirement to roughly match requireme…
Browse files Browse the repository at this point in the history
…nts in selenium-webdriver. Fixes #85.
  • Loading branch information
kapoorlakshya committed Jan 24, 2020
1 parent 67f1fa1 commit ac34c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screen-recorder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'watir', '~> 6.0'
spec.add_development_dependency 'webdrivers', '~> 4.0'

spec.add_runtime_dependency 'childprocess', '~> 3.0'
spec.add_runtime_dependency 'childprocess', '>= 1.0', '< 4.0' # Roughly match Selenium
spec.add_runtime_dependency 'os', '~> 1.0.0'
spec.add_runtime_dependency 'streamio-ffmpeg', '~> 3.0'
end

0 comments on commit ac34c7a

Please sign in to comment.