I've added Rails 7.1 to the CI matrix. I also had to solve an issue with ruby 2.4, bundle got a too modern version of loofah and ran into an uninitialized constant Nokogiri::HTML4 error.
As far as I know, we don't need to change any production code to support the new Rails version, no need for a new release.
I've added Rails 7.1 to the CI matrix. I also had to solve an issue with ruby 2.4, bundle got a too modern version of loofah and ran into an
uninitialized constant Nokogiri::HTML4
error.As far as I know, we don't need to change any production code to support the new Rails version, no need for a new release.