Skip to content

Instantly share code, notes, and snippets.

@utensil
Created October 16, 2011 03:23
Show Gist options
  • Save utensil/1290465 to your computer and use it in GitHub Desktop.
Save utensil/1290465 to your computer and use it in GitHub Desktop.
gem erubis install fail dump
==ENV==
OS: ubuntu desktop 11.10
RUBY: ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-linux]
GEM: 1.3.7
==ERROR LOG==
bundle install
Fetching source index for http://rubygems.org/
Installing rake (0.8.7)
Installing abstract (1.0.0)
Installing activesupport (3.0.9)
Installing builder (2.1.2)
Installing i18n (0.5.0)
Installing activemodel (3.0.9)
NoMethodError: undefined method `size' for nil:NilClass
An error occured while installing erubis (2.6.6), and Bundler cannot continue.
Make sure that `gem install erubis -v '2.6.6'` succeeds before bundling.
gem install erubis -v '2.6.6' -V
GET http://rubygems.org/specs.4.8.gz
302 Moved Temporarily
GET http://production.s3.rubygems.org/specs.4.8.gz
304 Not Modified
GET http://gems.rubyforge.org/specs.4.8.gz
302 Moved Temporarily
GET http://production.s3.rubygems.org/specs.4.8.gz
304 Not Modified
GET http://rubygems.org/latest_specs.4.8.gz
302 Moved Temporarily
GET http://production.s3.rubygems.org/latest_specs.4.8.gz
304 Not Modified
GET http://gems.rubyforge.org/latest_specs.4.8.gz
302 Moved Temporarily
GET http://production.s3.rubygems.org/latest_specs.4.8.gz
304 Not Modified
Installing gem erubis-2.6.6
ERROR: While executing gem ... (NoMethodError)
undefined method `size' for nil:NilClass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment