You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: action.yml
+2-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ inputs:
12
12
description: |
13
13
The version of RubyGems to use. Either 'default' (the default), 'latest', or a version number (e.g., 3.3.5).
14
14
For 'default', no action is taken and the version of RubyGems that comes with Ruby by default is used.
15
-
For 'latest', `gem update --system` is run to update to the latest RubyGems version.
15
+
For 'latest', `gem update --system` is run to update to the latest compatible RubyGems version.
16
+
Ruby head/master builds and Ruby 2.2 and earlier will not be updated.
16
17
Similarly, if a version number is given, `gem update --system <version>` is run to update to that version of RubyGems, as long as that version is newer than the one provided by default.
0 commit comments