Skip to content

Instantly share code, notes, and snippets.

@IlkhamGaysin
Created June 3, 2016 20:51
Show Gist options
  • Save IlkhamGaysin/d17593a9710c6143981000c4ff9dce84 to your computer and use it in GitHub Desktop.
Save IlkhamGaysin/d17593a9710c6143981000c4ff9dce84 to your computer and use it in GitHub Desktop.
allow remove all gems one by one

for i in `gem list --no-versions`; do gem uninstall -aIx $i; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment