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

Update to rubyzip affects selenium-webdriver #3

Closed
Neil-Aframe opened this issue Sep 3, 2013 · 1 comment
Closed

Update to rubyzip affects selenium-webdriver #3

Neil-Aframe opened this issue Sep 3, 2013 · 1 comment

Comments

@Neil-Aframe
Copy link

API of rubyzip has changed with latest version. Please see: https://github.com/rubyzip/rubyzip

This has caused a few people I suspect to have this problem when creating new projects, when they rely on listing their direct dependency on selenium-webdriver in their Gemfile, and not listing a version for rubyzip:

lib/selenium/webdriver/common/zipper.rb:1:in `require': cannot load such file -- zip/zip (LoadError)

Also see http://stackoverflow.com/questions/18555992/bundle-exec-rspec-spec-requests-static-pages-spec-rb-from-hartls-tutorial-isnt

@Neil-Aframe
Copy link
Author

Closing this in favour of Pull Request.

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

Successfully merging a pull request may close this issue.

1 participant