Created
January 31, 2013 21:14
-
-
Save benlieb/4686518 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 list bundler | |
*** LOCAL GEMS *** | |
bundler (1.0.21) | |
[email protected] 04:14 PM ~/my_life/sites/2010/private_italy/sites/refinerycms > | |
$ gem uninstall -a bundler | |
INFO: gem "bundler" is not installed | |
[email protected] 04:14 PM ~/my_life/sites/2010/private_italy/sites/refinerycms > | |
$ which bundle | |
/Users/benlieb/.rvm/gems/ruby-1.8.7-p370@global/bin/bundle | |
[email protected] 04:14 PM ~/my_life/sites/2010/private_italy/sites/refinerycms > | |
$ bundle -v | |
Bundler version 1.1.5 | |
[email protected] 04:14 PM ~/my_life/sites/2010/private_italy/sites/refinerycms > | |
$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment