Skip to content

Remove deprecation warning for ActiveSupport

The require statements aren't required anymore, so removing them is always good. But in this case there would be a log message each time too, about not requiring. The intent of this change is to remove that message.

Merge request reports