You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Stop locking frozen strings
Locking a frozen string now raises an exception:
https://bugs.ruby-lang.org/issues/20998
Locking should not be necessary: we know for a fact a frozen string
can't be modified, so let's just not lock.
* Use Ruby 4.0 for all workflows
* Adapt Ractor spec for Ruby 4.0
* Ruby 4.0 support
---------
Co-authored-by: Jimmy Bourassa <jbourassa@gmail.com>
0 commit comments