-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Ruby to 3.2 #4624
Comments
That means we may be able to use the conan-center-index ruby recipe too, which starts at 3.1.0: https://github.com/conan-io/conan-center-index/blob/master/recipes/ruby/all/conanfile.py At least use that as a basis for modernizing our own https://github.com/NREL/conan-openstudio-ruby/ which uses a CMake layer plus some .bat scripts on windows and is a pain to maintain. Ruby 3.x also is supposed to have made significant advances in properly supporting building with MSVC (the ruby/ruby github repo now has a MSVC runner for CI: https://github.com/ruby/ruby/blob/master/.github/workflows/windows.yml ) |
We should tentatively plan to upgrade to 3.1 or 3.2. Can discuss offline if any complications of using 3.2 vs. 3.1. If I get public confirmation of some 3rd party tools Ruby version for next release I'll share that here. |
for ref sketchup has a ruby 3.2 branch. https://github.com/SketchUp/ruby-c-extension-examples/tree/dev/ruby-3.2 |
Enhancement Request
Upgrade the embedded Ruby version to 3.1. This would align with future plans for integrating with SketchUp, https://forums.sketchup.com/t/ruby-3-is-coming-headers-and-libs-available/202102. I think their reasoning is pretty sound on picking 3.1 vs 3.0 (which Ubuntu 22.04 went with).
The text was updated successfully, but these errors were encountered: