Skip to content

Instantly share code, notes, and snippets.

@dkubb
Created December 2, 2008 17:28
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save dkubb/31187 to your computer and use it in GitHub Desktop.
Save dkubb/31187 to your computer and use it in GitHub Desktop.
Uninstall all versions of dm-core, dm-more, data objects and extlib
gem list '\A(?:(?:d[mo])[_-]|data_?(?:mapper|objects)|extlib)' --no-versions \
| xargs gem uninstall -aIx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment