rvm / rvm1-ansible

The official ansible RVM role to install and manage your Ruby versions.
MIT License
271 stars 136 forks source link

This fixes the location of the bundler pointing to the global ruby version #71

Closed bram70 closed 8 years ago

bram70 commented 8 years ago

We found an issue with the gem and bundler directory location just as mentioned in this issue #71 , 'update #46' Before the fix bundler gem was installed in default gemset - this is only available when you run "rvm use ruby-2..2.2" but we need it in any gemset: "rvm use ruby@gemset" and this is achieved by installing bundler gem in the "@global" gemset that is inherited by all the gemsets on given ruby.

mpapis commented 8 years ago

:+1:

nickjj commented 8 years ago

Looks good, thanks for contributing this.