We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565ac51 commit 73ad84bCopy full SHA for 73ad84b
README.md
@@ -83,6 +83,12 @@ jobs:
83
* version only like `2.6.5`, assumes MRI for the engine
84
* engine only like `truffleruby`, uses the latest stable release of that implementation
85
86
+### Bundler
87
+
88
+Currently, Bundler is guaranteed to be installed for all versions.
89
+If the Ruby ships with Bundler (Ruby >= 2.6), that version is used.
90
+Otherwise (Ruby < 2.6), the latest version of Bundler is installed when that Ruby was built.
91
92
## Limitations
93
94
* This action currently only works with GitHub-hosted runners, not private runners.
0 commit comments