Created
August 24, 2010 14:53
-
-
Save agile/547681 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ 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