Skip to content

Fix deprecators for Rails 7.1

What does this MR do and why?

Rails.application.deprecators are used in Rails 7.1 instead of ActiveSupport::Deprecation

Verify

BUNDLE_GEMFILE=Gemfile.next bundle exec rspec spec/lib/gitlab_spec.rb:384 raises significantly less warnings after the commit rather than before the commit

Edited by Igor Drozdov

Merge request reports

Loading