Uninstall local gems one liner
Use it to uninstall all local gems:
for i in
gem list --no-versions
; do sudo gem uninstall -aIx $i; done
Written by Dimitri
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ruby
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#