Use Bundler 1 for Rubies which don't already ship Bundler (< 2.6)

This commit is contained in:
Benoit Daloze
2020-01-08 21:55:11 +01:00
parent 92bcdc74f7
commit 268389d93d
+1 -1
View File
@@ -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`