Skip to content

Instantly share code, notes, and snippets.

@benlieb
Created January 31, 2013 21:14
Show Gist options
  • Save benlieb/4686518 to your computer and use it in GitHub Desktop.
Save benlieb/4686518 to your computer and use it in GitHub Desktop.
$ gem list bundler
*** LOCAL GEMS ***
bundler (1.0.21)
benlieb@bens.local 04:14 PM ~/my_life/sites/2010/private_italy/sites/refinerycms >
$ gem uninstall -a bundler
INFO: gem "bundler" is not installed
benlieb@bens.local 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
benlieb@bens.local 04:14 PM ~/my_life/sites/2010/private_italy/sites/refinerycms >
$ bundle -v
Bundler version 1.1.5
benlieb@bens.local 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