File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,14 @@ and the [condition and expression syntax](https://help.github.com/en/actions/ref
139139The `working-directory` input can be set to resolve `.ruby-version`, `.tool-versions` and `Gemfile.lock`
140140if they are not at the root of the repository, see [action.yml](action.yml) for details.
141141
142+ # # RubyGems
143+
144+ By default, the default RubyGems version that comes with each Ruby is used.
145+ However, users can optionally customize the RubyGems version that they want by
146+ setting the `rubygems` input. See
147+
148+ See [action.yml](action.yml) for more details about the `rubygems` input.
149+
142150# ## Bundler
143151
144152By default, if there is a `Gemfile.lock` file (or `$BUNDLE_GEMFILE.lock` or `gems.locked`) with a `BUNDLED WITH` section,
You can’t perform that action at this time.
0 commit comments