Skip to content

Instantly share code, notes, and snippets.

@myabc
Forked from dkubb/gist:31187
Created September 24, 2009 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myabc/192941 to your computer and use it in GitHub Desktop.
Save myabc/192941 to your computer and use it in GitHub Desktop.
# Uninstall previous versions of dm-core, dm-more, do and extlib
gem list '\A(?:(?:dm|do)[_-]|data_?(?:mapper|objects)|extlib)' \
| cut -d' ' -f1 \
| xargs sudo gem uninstall -aIx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment