Skip to content

Instantly share code, notes, and snippets.

@dx7
Created June 14, 2012 15:05
Show Gist options
  • Select an option

  • Save dx7/2930888 to your computer and use it in GitHub Desktop.

Select an option

Save dx7/2930888 to your computer and use it in GitHub Desktop.
Uninstalling all ruby gems
gem list --local --no-versions | xargs gem uninstall -a -x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment