Skip to content

Instantly share code, notes, and snippets.

@codenamev
Created August 30, 2017 15:08
Show Gist options
  • Save codenamev/e2363cb4e4638934e7a1683f1c85ab68 to your computer and use it in GitHub Desktop.
Save codenamev/e2363cb4e4638934e7a1683f1c85ab68 to your computer and use it in GitHub Desktop.
Upgrade rubygems for every version of ruby you have installed.
for v in $(rbenv versions --bare); do echo "-----> Upgrading $v"; rbenv shell $v; gem update --system; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment