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

LoadError for zip/zipfilesystem with newer version of rubyzip #108

Closed
petervandenabeele opened this issue Aug 30, 2013 · 4 comments
Closed

Comments

@petervandenabeele
Copy link

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 )

@maxdemarzi
Copy link
Owner

This was just fixed, use 1.1.3.

@pboling
Copy link
Contributor

pboling commented Aug 30, 2013

This was just fixed in the latest release of Neography 1.1.3, which came out today.

@pboling
Copy link
Contributor

pboling commented Aug 30, 2013

Jinx.

@petervandenabeele
Copy link
Author

Thanks :-)

I can confirm that it works now. WIth Neography 1.1.3, it works now on Travis with a "free" rubyzip version
("free" in my code, but locked in neography).

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).

willkessler pushed a commit to willkessler/neography that referenced this issue Apr 21, 2014
Fix env discovery and add Guard
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

3 participants