Skip to content

Instantly share code, notes, and snippets.

@jaydorsey
Created July 12, 2018 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaydorsey/306ae72a7bca2d259fb58a11944f16fd to your computer and use it in GitHub Desktop.
Save jaydorsey/306ae72a7bca2d259fb58a11944f16fd to your computer and use it in GitHub Desktop.
Update all your local gems
# Don't run this unless you know why you're running this
gem outdated | awk '{print $1}' | xargs gem update $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment