Created
October 16, 2011 03:23
-
-
Save utensil/1290465 to your computer and use it in GitHub Desktop.
gem erubis install fail dump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==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