Skip to content

Instantly share code, notes, and snippets.

@icodejs
Created April 23, 2012 22:25
Show Gist options
  • Save icodejs/2474271 to your computer and use it in GitHub Desktop.
Save icodejs/2474271 to your computer and use it in GitHub Desktop.
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