Skip to content

Instantly share code, notes, and snippets.

@blocktator
Created February 12, 2013 15:23
Show Gist options
  • Save blocktator/4770618 to your computer and use it in GitHub Desktop.
Save blocktator/4770618 to your computer and use it in GitHub Desktop.
Uninstall all my gems (with script/bundle)
script/bundle exec gem list | sed -e 's/(.*)$/ /' -e 's/^/script\/bundle exec gem uninstall -a /' | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment