Skip to content

Commit 5478483

Browse files
committed
Update list of rubies in ruby-build for apply_ruby_patch()
1 parent 4eb7e5a commit 5478483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ruby-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ isolated_gem_install() {
11941194
apply_ruby_patch() {
11951195
local patchfile
11961196
case "$1" in
1197-
ruby-* | jruby-* | rubinius-* | truffleruby-* )
1197+
ruby-* | jruby-* | mruby-* | picoruby-* | truffleruby-* | truffleruby+graalvm-* )
11981198
patchfile="$(mktemp "${TMP}/ruby-patch.XXXXXX")"
11991199
cat "${2:--}" >"$patchfile"
12001200

0 commit comments

Comments
 (0)