geobtaa / geoportal

Big Ten Academic Alliance Geoportal
Other
10 stars 5 forks source link

Ruby - Upgrade to latest v3.3.0 #566

Closed ewlarson closed 5 months ago

ewlarson commented 5 months ago

We're running Ruby v3.0.3, which has an EOL of 4/1/2024. We should upgrade Ruby to the latest release v3.3.0.

I ran our Rails 7.0 branch CI test suite over Rubies 3.1, 3.2, and 3.3 and they all pass.

mberkowski commented 5 months ago

3.3.0 is now default on dev, pending evaluation

mberkowski commented 5 months ago

For future: Changing a version like this also requires changing it in capistrano deploy.rb and making sure the puma deployed by ansible uses the right one since it's possible for multiple rails apps to use different ones.

ewlarson commented 5 months ago

Running Rails 7 and Ruby 3.3 on production now.