Read more

Downgrade Bundler in RVM

Henning Koch
November 14, 2014Software engineer at makandra GmbH

Confusingly, RVM installs the bundler gem into the @global gemset, which is available to all gemsets and Rubies.

Illustration UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot

You can get around this and install a particular bundler version like this:

rvm @global do gem uninstall bundler
rvm @global do gem install bundler -v 1.6.5
Posted by Henning Koch to makandra dev (2014-11-14 18:56)