Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created March 13, 2014 09:43
Show Gist options
  • Save Voronenko/9525228 to your computer and use it in GitHub Desktop.
Save Voronenko/9525228 to your computer and use it in GitHub Desktop.
Remove all gems windows
ruby -e "`gem list`.split(/$/).each { |line| puts `gem uninstall -Iax #{line.split(' ')[0]}` unless line.empty? }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment