From 268389d93d5d44ded495e7f80b9d523490c829a4 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 8 Jan 2020 21:38:00 +0100 Subject: [PATCH] Use Bundler 1 for Rubies which don't already ship Bundler (< 2.6) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3caf1a..8ce3e09 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ jobs: Currently, Bundler is guaranteed to be installed for all versions. If the Ruby ships with Bundler (Ruby >= 2.6), that version is used. -Otherwise (Ruby < 2.6), the latest version of Bundler is installed when that Ruby was built. +Otherwise (Ruby < 2.6), Bundler 1 is installed when that Ruby was built. ### Caching `bundle install`