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

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)