Skip to content

Commit 3533dd4

Browse files
feat(actions): update ruby/setup-ruby@v1 (#1216)
Created automatically. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ad9bed3 commit 3533dd4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a05e47355e80e57b9a67566a813648fa67d92011
1+
961f85197f92e4842e3cb92a4f97bd8e010cdbaf

github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/ruby/SetupRubyV1.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)