cander / booze-hound

2 stars 0 forks source link

Update to Ruby 3.3.1 #218

Closed cander closed 2 months ago

cander commented 2 months ago

Background

We're running Ruby 3.2.2. Although there is a newer version of Ruby (3.2.4), we should move to the 3.3.x branch, not least because 3.4 is in alpha testing.

Acceptance Criteria

Approach

Notes

Not expecting any incompatibilities - famous last words...

cander commented 2 months ago

Sigh - just trying to install the new version of Ruby fails to build on my laptop. And, this is why we can't have nice things.

cander commented 2 months ago

Figured out the Ruby build issue. Updated all the places. (Might want to reduce the number of places that need to be updated - can we drive everything from .ruby_version in the future?) Merged and deployed - version 205941a9b44e34004cffb9804bfe6af2e6c1220c. Checked the Ruby version in the Fly log. 👍