Skip to content

Instantly share code, notes, and snippets.

@mipearson
Created April 11, 2011 05:29
Show Gist options
  • Save mipearson/913099 to your computer and use it in GitHub Desktop.
Save mipearson/913099 to your computer and use it in GitHub Desktop.
ruby 1.9.2 and rubygems 1.4.2 are not friends
[2011-04-11 15:14:35] GEM_PATH="/Users/mipearson/.rvm/gems/ruby-1.9.2-p180@global:/Users/mipearson/.rvm/gems/ruby-1.9.2-p180@global:/Users/mipearson/.rvm/gems/ruby-1.9.2-p180@global" GEM_HOME="/Users/mipearson/.rvm/gems/ruby-1.9.2-p180@global" "/Users/mipearson/.rvm/rubies/ruby-1.9.2-p180/bin/ruby" "/Users/mipearson/.rvm/src/rubygems-1.4.2/setup.rb"
/Users/mipearson/.rvm/src/rubygems-1.4.2/lib/rubygems/source_index.rb:62:in `installed_spec_directories': undefined method `path' for Gem:Module (NoMethodError)
from /Users/mipearson/.rvm/src/rubygems-1.4.2/lib/rubygems/source_index.rb:52:in `from_installed_gems'
from /Users/mipearson/.rvm/src/rubygems-1.4.2/lib/rubygems.rb:914:in `source_index'
from /Users/mipearson/.rvm/src/rubygems-1.4.2/lib/rubygems/gem_path_searcher.rb:83:in `init_gemspecs'
from /Users/mipearson/.rvm/src/rubygems-1.4.2/lib/rubygems/gem_path_searcher.rb:13:in `initialize'
from /Users/mipearson/.rvm/src/rubygems-1.4.2/lib/rubygems.rb:873:in `new'
from /Users/mipearson/.rvm/src/rubygems-1.4.2/lib/rubygems.rb:873:in `searcher'
from /Users/mipearson/.rvm/src/rubygems-1.4.2/lib/rubygems.rb:495:in `find_files'
from /Users/mipearson/.rvm/src/rubygems-1.4.2/lib/rubygems.rb:1034:in `load_plugins'
from /Users/mipearson/.rvm/src/rubygems-1.4.2/lib/rubygems/gem_runner.rb:84:in `<top (required)>'
from <internal:lib/rubygems/custom_require>:29:in `require'
from <internal:lib/rubygems/custom_require>:29:in `require'
from /Users/mipearson/.rvm/src/rubygems-1.4.2/setup.rb:25:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment