Skip to content

Instantly share code, notes, and snippets.

@fongreecss
Last active May 24, 2016 07:44
Show Gist options
  • Save fongreecss/212491a064505f9529182d7a7552066f to your computer and use it in GitHub Desktop.
Save fongreecss/212491a064505f9529182d7a7552066f to your computer and use it in GitHub Desktop.
function gemsupdate(){
sudo 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