Skip to content

Instantly share code, notes, and snippets.

@agile
Created August 24, 2010 14:53
Show Gist options
  • Save agile/547681 to your computer and use it in GitHub Desktop.
Save agile/547681 to your computer and use it in GitHub Desktop.
~$ gem uninstall bundler
ERROR: While executing gem ... (Gem::InstallError)
cannot uninstall, check `gem list -d bundler`
~$ gem list -d bundler
*** LOCAL GEMS ***
bundler (1.0.0.rc.5)
Authors: Carl Lerche, Yehuda Katz, André Arko
Rubyforge: http://rubyforge.org/projects/bundler
Homepage: http://gembundler.com
Installed at: /home/alta/.rvm/gems/ruby-1.8.7-p302@global
The best way to manage your application's dependencies
~$ # hmm?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment