rvm / rvm1-ansible

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

bundler conflict #206

Closed dgm closed 3 years ago

dgm commented 5 years ago

When trying to install ruby 2.5.3 (or maybe when running the script after it has already been installed) I get:

ERROR: Error installing bundler: "bundle" from bundler conflicts with /home/project/.rvm/rubies/ruby-2.5.3/bin/bundle

dgm commented 3 years ago

That moment when you search google for a problem, find a really good match ... and it's a problem you wrote yourself with no answers. :(

dgm commented 3 years ago

I fix it manually by doing a gem update --system and then re-running the ansible script. I'd love to have that happen in here before attempting to install bundler.

dgm commented 3 years ago

A solution!

rvm1_ruby_install_flags: --without-bundler