Skip to content

Instantly share code, notes, and snippets.

@tgittos
Created February 17, 2011 16:21
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 tgittos/832031 to your computer and use it in GitHub Desktop.
Save tgittos/832031 to your computer and use it in GitHub Desktop.
Removes all Rubygems installed
#! /usr/bin/env ruby
`gem list | cut -d" " -f1 | sudo xargs gem uninstall -aIx`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment