Skip to content

Instantly share code, notes, and snippets.

@kneipp
Created May 24, 2013 22:02
Show Gist options
  • Save kneipp/5646808 to your computer and use it in GitHub Desktop.
Save kneipp/5646808 to your computer and use it in GitHub Desktop.
updating all gems at once
gem update `gem list | cut -d ' ' -f 1`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment