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 8781aa9 commit c36d5afCopy full SHA for c36d5af
README.md
@@ -147,6 +147,10 @@ setting the `rubygems` input. See
147
148
See [action.yml](action.yml) for more details about the `rubygems` input.
149
150
+If you're running into `ArgumentError: wrong number of arguments (given 4,
151
+expected 1)` errors with a stacktrace including Psych and RubyGems entries, you
152
+should be able to fix them by setting `rubygems: 3.0.0` or higher.
153
+
154
### Bundler
155
156
By default, if there is a `Gemfile.lock` file (or `$BUNDLE_GEMFILE.lock` or `gems.locked`) with a `BUNDLED WITH` section,
0 commit comments