From 73ad84b99b37e7a7fb5d941f90e840fc3bdddce2 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sun, 5 Jan 2020 23:34:38 +0100 Subject: [PATCH] Document about Bundler --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 62fda62..84d078d 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,12 @@ jobs: * version only like `2.6.5`, assumes MRI for the engine * engine only like `truffleruby`, uses the latest stable release of that implementation +### Bundler + +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. + ## Limitations * This action currently only works with GitHub-hosted runners, not private runners.