postmodern / ruby-install

Installs Ruby, JRuby, TruffleRuby, or mruby
MIT License
1.89k stars 250 forks source link

Updates for TruffleRuby and TruffleRuby GraalVM 23.1.0 #467

Closed eregon closed 11 months ago

eregon commented 11 months ago

https://github.com/oracle/truffleruby/releases/tag/graal-23.1.0

For the Native Standalone the URL is slightly different, vm- => graal- for the tag name.

GraalVM no longer includes gu to install TruffleRuby in it, instead there is now a JVM Standalone, which is installable exactly like the Native Standalone.

postmodern commented 11 months ago

I will release 0.9.2 containing this, ahead of 0.10.0.

eregon commented 11 months ago

Thanks!

postmodern commented 11 months ago

0.9.2 has been released, although it takes time for homebrew to update their formula.