Move require `active_support/core_ext/string/filters` to

`active_job/log_subscriber` from `active_job/logging`
This commit is contained in:
Akshay Birajdar 2020-09-23 23:09:06 +05:30
parent 5abe09bba7
commit b314ab555e
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# frozen_string_literal: true
require "active_support/core_ext/string/filters"
require "active_support/log_subscriber"
module ActiveJob

View File

@ -1,6 +1,5 @@
# frozen_string_literal: true
require "active_support/core_ext/string/filters"
require "active_support/tagged_logging"
require "active_support/logger"