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 money motivation

Opscomplete powered by makandra brand

Save money by migrating from AWS to our fully managed hosting in Germany.

  • Trusted by over 100 customers
  • Ready to use with Ruby, Node.js, PHP
  • Proactive management by operations experts
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)