Skip to content

Instantly share code, notes, and snippets.

@dreamr
Created January 10, 2010 17:53
Show Gist options
  • Save dreamr/273647 to your computer and use it in GitHub Desktop.
Save dreamr/273647 to your computer and use it in GitHub Desktop.
GEMS=`gem list --no-versions`
for x in $GEMS ; do sudo gem uninstall $x -i ~/.gem/ruby/1.8/; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment