Ruby gem selenium-webdriver has a dependency on 'childprocess', ['~> 0.5']
The childprocess gem had a 1.0 release a couple days ago. That is not allowed by the selenium-webdriver dependency specification.
Should it be?
It looks like 1.0 is just support for later jruby versions, so probably no reason to limit it. Thanks for the heads up.
Fixed via 6d7f6338c0c985403840c819652cb9cd1ebf22df
thanks!
Most helpful comment
It looks like 1.0 is just support for later jruby versions, so probably no reason to limit it. Thanks for the heads up.