Skip to content

Instantly share code, notes, and snippets.

@sgonyea
Created December 2, 2011 07:35
Show Gist options
  • Save sgonyea/1422206 to your computer and use it in GitHub Desktop.
Save sgonyea/1422206 to your computer and use it in GitHub Desktop.
sgonyea@s:~/workspace/myproj$ gem install curb --version 0.7.15
Successfully installed cucumber-0.3.100
1 gem installed
sgonyea@s:~$ gem install encryptor
Successfully installed dynamic_form-1.1.4
1 gem installed
sgonyea@s:~/workspace/myproj$ rvm use jruby@global
Using /Users/sgonyea/.rvm/gems/jruby-1.6.5 with gemset global
sgonyea@s:~/workspace/myproj$ gem install curb --version 0.7.15
Fetching: curb-0.7.15.gem (100%)
Building native extensions. This could take a while...
Successfully installed curb-0.7.15
1 gem installed
sgonyea@s:~/workspace/myproj$ rvm use jruby@mygemset
Using /Users/sgonyea/.rvm/gems/jruby-1.6.5 with gemset mygemset
sgonyea@s:~/workspace/myproj$ gem install curb --version 0.7.15
Successfully installed cucumber-0.3.100
1 gem installed
sgonyea@s:~/workspace/myproj$
*** This happens only after I do a bundle install in my project. ***
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment