From 578365d08ba4f9ae70f254e5b34f0b7a23ab0d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sat, 22 Jan 2022 06:18:30 +0100 Subject: [PATCH] Add a short README section about the RubyGems version --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2b71d9a..61d21c4 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,14 @@ and the [condition and expression syntax](https://help.github.com/en/actions/ref The `working-directory` input can be set to resolve `.ruby-version`, `.tool-versions` and `Gemfile.lock` if they are not at the root of the repository, see [action.yml](action.yml) for details. +## RubyGems + +By default, the default RubyGems version that comes with each Ruby is used. +However, users can optionally customize the RubyGems version that they want by +setting the `rubygems` input. See + +See [action.yml](action.yml) for more details about the `rubygems` input. + ### Bundler By default, if there is a `Gemfile.lock` file (or `$BUNDLE_GEMFILE.lock` or `gems.locked`) with a `BUNDLED WITH` section,