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

Bump selenium-webdriver dependency #382

Closed
damonsilver opened this issue Oct 14, 2016 · 5 comments
Closed

Bump selenium-webdriver dependency #382

damonsilver opened this issue Oct 14, 2016 · 5 comments

Comments

@damonsilver
Copy link

damonsilver commented Oct 14, 2016

The latest version of selenium-webdriver gem is out (v3.0.0 of https://github.com/SeleniumHQ/selenium/tree/master/rb), but the gemspec here still depends on the older version, precluding those of us who rely on both gems from easily upgrading selenium-webdriver to 3.0.0.

https://github.com/appium/ruby_lib/blob/master/appium_lib.gemspec#L17 is the problem line.

Bump the dependency to ~> 3.0.0 when possible.

@krupani
Copy link

krupani commented Dec 4, 2016

Facing the same problem, please update the dependency in the next version...

@JaniJegoroff
Copy link
Member

@krupani This is not simply as "just bump up the version number and everything magically works" kind of change. Work is already in progress: #383

Community is maintaining this library voluntarily so contributions are welcome. :)

@KazuCocoa
Copy link
Member

Yes, I'm trying to update dependencies on #383 . But I'm working on adapting XCUItest for now.

If you'd like to update dependencies based on ruby_lib v8, you could use https://github.com/KazuCocoa/ruby_lib/tree/update_gems branch. In my environment, the branch works fine. @krupani

@KazuCocoa
Copy link
Member

released in 9.1.0 https://rubygems.org/gems/appium_lib/versions/9.1.0

@damonsilver
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants