Skip to content

Instantly share code, notes, and snippets.

@sunfmin
Created September 26, 2008 02:44
Show Gist options
  • Save sunfmin/13013 to your computer and use it in GitHub Desktop.
Save sunfmin/13013 to your computer and use it in GitHub Desktop.
http://discuss.joyent.com/viewtopic.php?id=23748
If you are on a new Accelerator with rubygems 1.1.0 and you're seeing the following error and you can't install any gems:
-bash-3.00$ sudo gem update --system
Password:
Updating RubyGems
Bulk updating Gem source index for: http://gems.rubyforge.org/
Updating rubygems-update
ERROR: While executing gem ... (Gem::GemNotFoundException)
could not find rubygems-update locally or in a repository
curl -O http://rubyforge.rubyuser.de/rubygems/rubygems-update-1.1.1.gem
curl -O http://files.rubyforge.vm.bytemark.co.uk/rubygems/rubygems-update-1.2.0.gem
sudo gem install rubygems-update-1.1.1.gem
sudo gem install rubygems-update-1.2.0.gem
sudo update_rubygems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment