After discussing with Antonio, since our deadline to finish the
transition is approaching, we decided to already enable ruby3.1 as the
default and remove ruby3.0 in a single step. We would like to ask the
release team to also update the transition tracker with the following
ben file (I hope it works out, any suggestion is welcome :) :
title = "ruby3.1-default-ruby3.0-rm";
is_affected = (.depends ~ "ruby" | .depends ~ "libruby") & !.source ~
/^(ruby3.0|ruby3.1|ruby-defaults)$/;
is_good =|(.depends ~ "ruby3.1" | .depends ~ "libruby3.1") & ! (.depends ~
"ruby3.0" | .depends ~ "libruby3.0");|
is_bad = .depends ~ "ruby3.0" | .depends ~ "libruby3.0";
--
Lucas Kanashiro