Skip to content

Instantly share code, notes, and snippets.

@rmehner
Created April 6, 2014 14:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmehner/10006919 to your computer and use it in GitHub Desktop.
Save rmehner/10006919 to your computer and use it in GitHub Desktop.
Reinstalls all rbenv rubies. Keeping that here for the regular libyaml update ;-)
for ruby in ~/.rbenv/versions/*; do
rbenv uninstall -f ${ruby##*/}
rbenv install ${ruby##*/}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment