Document about Bundler

This commit is contained in:
Benoit Daloze
2020-01-05 23:34:38 +01:00
parent 565ac51b83
commit 73ad84b99b
+6
View File
@@ -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.