Skip to content

Instantly share code, notes, and snippets.

@benhamill
Created May 5, 2011 16:43
Show Gist options
  • Save benhamill/957393 to your computer and use it in GitHub Desktop.
Save benhamill/957393 to your computer and use it in GitHub Desktop.
# gem --version
1.3.7
# rvm rubygems 1.6.2
Removing old Rubygems files...
Installing rubygems dedicated to ruby-1.9.2-p180...
Installing rubygems for /usr/local//rvm/rubies/ruby-1.9.2-p180/bin/ruby
Installation of rubygems completed successfully.
# gem --version
/usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb:28:in `<top (required)>': uninitialized constant Gem::ConfigFile (NameError)
from /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/gem_runner.rb:8:in `<top (required)>'
from /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/local//rvm/rubies/ruby-1.9.2-p180/bin/gem:9:in `<main>'
@cjbottaro
Copy link

I have the same problem, any luck fixing it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment