We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5327564 commit cf0d6d7Copy full SHA for cf0d6d7
1 file changed
versions.sh
@@ -98,8 +98,8 @@ for version in "${versions[@]}"; do
98
# YJIT
99
doc="$(jq <<<"$doc" -sc '
100
.[1][].arches? |= if . then with_entries(select(.key | IN(
101
- # 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")
102
- # https://github.com/ruby/ruby/blob/v3_2_0/configure.ac#L3757-L3761
+ # https://github.com/ruby/ruby/blob/ruby_4_0/doc/jit/yjit.md ("currently only supports ... x86-64 and arm64/aarch64 CPUs")
+ # https://github.com/ruby/ruby/blob/ruby_4_0/configure.ac#L3903-L3906
103
"amd64",
104
"arm64v8",
105
empty # trailing comma
0 commit comments