You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: