Read more

Bundler: How to install version 1 instead of 2 (latest version)

Emanuel
June 11, 2019Software engineer at makandra GmbH

When installing a gem you can use version comparators like >= or ~>. That way it is possible to fetch the latest version of Bundler 1 with this command:

gem install bundler -v '~>1'
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

How to install bundler for Ruby < 2.3 is a common usecase where you might need Bundler 1.

Posted by Emanuel to makandra dev (2019-06-11 14:27)