Skip to content

Instantly share code, notes, and snippets.

@sharp
Created March 14, 2010 14:08
Show Gist options
  • Save sharp/331991 to your computer and use it in GitHub Desktop.
Save sharp/331991 to your computer and use it in GitHub Desktop.
`gem list|egrep ^merb`.split.select{|x|x !~ /[()]/}.each{|gem| system "gem uninstall #{gem}"}
`gem list|egrep ^dm-`.split.select{|x|x !~ /[()]/}.each{|gem| system "gem uninstall #{gem}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment