Skip tests trying to modify frozen Range In Ruby 3, any Range is frozen by default, and those tests try to modify them, resulting in failures. The upstream bug with all the discussion:
https://bugs.ruby-lang.org/issues/15504
Upstream is dead and it seems that it is not going to get fixed.