Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Vanity 1.4.0 seems to have issues with Bundler #21

Closed
mattvanhorn opened this issue Aug 19, 2010 · 2 comments
Closed

Vanity 1.4.0 seems to have issues with Bundler #21

mattvanhorn opened this issue Aug 19, 2010 · 2 comments

Comments

@mattvanhorn
Copy link

Using rails 2.3, Bundler 0.9.26
When I have
gem 'vanity', '1.3.0'
in my Gemfile, everything works fine.
If I change that line to
gem 'vanity', '1.4.0'
my deploy blows up with:
/opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/package/tar_input.rb:49:in `initialize': not in gzip format (Zlib::GzipFile::Error)
at the point that it tries to do a bundle install --relock
I have no clue as to what or why this is.

@assaf
Copy link
Owner

assaf commented Aug 20, 2010

I'm guessing incomplete .gem file. Try wiping out the cached copy (the vanity-1.4.0.gem file) and installing again. If I remember correctly, Bundler 0.9 stores .gem files in the .bundle directory.

@assaf
Copy link
Owner

assaf commented Apr 11, 2011

Closing.

@assaf assaf closed this as completed Apr 11, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants