Created
April 23, 2012 22:25
-
-
Save icodejs/2474271 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
Useful gem sub commands: | |
gem list # List installed gems | |
gem enviroment # Display RubyGems configuration information | |
gem update rails # Update a named gem | |
gem update # Update all installed gems | |
gem update --system # Update RubyGems itself | |
gem uninstall rails # Remove an installed gem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment