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 online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
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)