Created
February 1, 2010 22:28
-
-
Save jm/292107 to your computer and use it in GitHub Desktop.
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
root@mycomp:/home# gem --version | |
1.2.0 | |
root@mycomp:/home# gem update --system | |
Updating RubyGems... | |
Nothing to update | |
root@mycomp:/home# gem install rubygems-update --version=1.3.0 | |
root@mycomp:/home# update_rubygems | |
# Tons of text... | |
root@mycomp:/home# gem install rubygems-update | |
root@mycomp:/home# update_rubygems | |
# Tons of text... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment