Skip to content

Commit 578365d

Browse files
deivid-rodriguezeregon
authored andcommitted
Add a short README section about the RubyGems version
1 parent c3f0cb1 commit 578365d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ and the [condition and expression syntax](https://help.github.com/en/actions/ref
139139
The `working-directory` input can be set to resolve `.ruby-version`, `.tool-versions` and `Gemfile.lock`
140140
if 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

144152
By default, if there is a `Gemfile.lock` file (or `$BUNDLE_GEMFILE.lock` or `gems.locked`) with a `BUNDLED WITH` section,

0 commit comments

Comments
 (0)