File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
actions/ruby/setup-ruby/v1
github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/ruby Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- a05e47355e80e57b9a67566a813648fa67d92011
1+ 961f85197f92e4842e3cb92a4f97bd8e010cdbaf
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ public data class SetupRubyV1 private constructor(
3737 * (e.g., 3.3.5).
3838 * For 'default', no action is taken and the version of RubyGems that comes with Ruby by default
3939 * is used.
40- * For 'latest', `gem update --system` is run to update to the latest RubyGems version.
40+ * For 'latest', `gem update --system` is run to update to the latest compatible RubyGems
41+ * version.
42+ * Ruby head/master builds and Ruby 2.2 and earlier will not be updated.
4143 * Similarly, if a version number is given, `gem update --system <version>` is run to update to
4244 * that version of RubyGems, as long as that version is newer than the one provided by default.
4345 */
You can’t perform that action at this time.
0 commit comments