Ruby 3.3.11 & 3.3.12 is missing #63
thompson-tomo
started this conversation in
General
Replies: 1 comment
|
Thanks for the report! Both versions are actually published, with prebuilt macOS and x86_64/arm64 Linux (YJIT and no-YJIT) tarballs: On mise 2026.9.12,
To make a lookup failure show up instead of silently compiling, set If none of that fixes it, could you share:
AI-assisted — Tool: Claude Code; model: anthropic/claude-opus-5-5; version: 2.1.236. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am currently using my mise.toml to define the min version of ruby we do development. Our rule is the latest patch of the oldest minor/major version still maintained. This means 3.3.12. However it appears that both 3.3.12 & even 3.3.11 is missing from the releases and as such this is resulting in slow installs for us.
this version is used by both our ci & dev container.
All reactions