Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow childprocess 1.0 dependency of ruby selenium-webdriver? #6907

Closed
jrochkind opened this issue Feb 1, 2019 · 3 comments
Closed

Allow childprocess 1.0 dependency of ruby selenium-webdriver? #6907

jrochkind opened this issue Feb 1, 2019 · 3 comments
Labels

Comments

@jrochkind
Copy link

Ruby gem selenium-webdriver has a dependency on 'childprocess', ['~> 0.5']

s.add_runtime_dependency '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?

@barancev barancev added the C-rb label Feb 1, 2019
@titusfortner
Copy link
Member

It looks like 1.0 is just support for later jruby versions, so probably no reason to limit it. Thanks for the heads up.

@twalpole
Copy link
Contributor

Fixed via 6d7f633

@jrochkind
Copy link
Author

thanks!

@lock lock bot locked and limited conversation to collaborators Aug 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants