Skip to content

Re-add support for ActiveSupport 7.0.8

Rémy Coutable requested to merge support-activesupport-7.0.8 into main

What does this MR do and why?

Support for ActiveSupport 7.0.8 was broken by !162 (diffs, comment 1920148440), and explicitely removed by !198 (diffs).

This is a problem as the monolith is still depending on gem 'rails', '~> 7.0.8.1'.

This MR re-add support for ActiveSupport < 7.1.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Rémy Coutable

Merge request reports