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
I have bundler installed in the @global gemset but not in the default gemset: | |
$ rvm use @global | |
Using /Users/jfire/.rvm/gems/jruby-1.5.3 with gemset global | |
$ gem list | grep bundler | |
bundler (1.0.2) | |
$ rvm use jruby | |
Using /Users/jfire/.rvm/gems/jruby-1.5.3 | |
$ gem which bundler | |
/Users/jfire/.rvm/gems/jruby-1.5.3@global/gems/bundler-1.0.2/lib/bundler.rb |