-
Notifications
You must be signed in to change notification settings - Fork 135
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
LoadError for zip/zipfilesystem with newer version of rubyzip #108
Comments
This was just fixed, use 1.1.3. |
This was just fixed in the latest release of Neography 1.1.3, which came out today. |
Jinx. |
Thanks :-) I can confirm that it works now. WIth Neography 1.1.3, it works now on Travis with a "free" rubyzip version https://travis-ci.org/petervandenabeele/dbd_data_engine/builds/10817551 Sorry that I had not seen Issue #107 of which this is a duplicate (I had only checked the open issues, not the closed ones). |
Fix env discovery and add Guard
Please check
rubyzip/rubyzip#90 (comment)
since today 2013-08-30 , my project with dependency in neography fails
on Travis : https://travis-ci.org/petervandenabeele/dbd_data_engine/jobs/10812547
/home/travis/.rvm/gems/ruby-2.0.0-p247/gems/neography-1.1.2/lib/neography.rb:8:in `require': cannot load such file -- zip/zipfilesystem (LoadError)
Could be related to changes in the way rubyzip wants files to be required
I was able to make a workaround with forcing the rubyzip version to 0.9.7
( https://github.com/petervandenabeele/dbd_data_engine/commit/f43693ccf5c435962e00bd02deac77fa781e0f33 )
The text was updated successfully, but these errors were encountered: