mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-07-22 01:46:48 -04:00
Adds the Ruby 4.0.x line to the frontend config. Both versions are built and installed by infra (s3tarballs, tarballs present in S3 at `opt/ruby-4.0.2.tar.xz` and `opt/ruby-4.0.5.tar.xz`), but were never exposed in `ruby.amazon.properties` — the group topped out at 3.4.7. - infra: ruby 4.0.2 (compiler-explorer/infra#2076, merged), ruby 4.0.5 (compiler-explorer/infra#2137, merged) - exe paths match the infra install dirs (`/opt/compiler-explorer/ruby-X.Y.Z/bin/ruby`) - `defaultCompiler` bumped to `ruby405` (latest) - `test:props` passes --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>