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: versions.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,13 +100,13 @@ for version in "${versions[@]}"; do
100
100
*)
101
101
# YJIT
102
102
doc="$(jq <<<"$doc" -sc '
103
-
.[1][].arches? |= if . then with_entries(select(.key as $arch | [
103
+
.[1][].arches? |= if . then with_entries(select(.key | IN(
104
104
# https://github.com/ruby/ruby/blob/v3_2_0/doc/yjit/yjit.md ("currently supported for macOS and Linux on x86-64 and arm64/aarch64 CPUs")
0 commit comments