Skip to content

Instantly share code, notes, and snippets.

@freiden
Created November 11, 2019 21:20
Show Gist options
  • Save freiden/a69aec8bda134b8c5eab8150765a85fd to your computer and use it in GitHub Desktop.
Save freiden/a69aec8bda134b8c5eab8150765a85fd to your computer and use it in GitHub Desktop.
Update ruby gems versions
for version in $(rbenv versions --bare); do RBENV_VERSION=$version gem update --system; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment