Skip to content

Commit

Permalink
Move require active_support/core_ext/string/filters to
Browse files Browse the repository at this point in the history
`active_job/log_subscriber` from `active_job/logging`
  • Loading branch information
Akshay Birajdar committed Sep 23, 2020
1 parent 5abe09b commit b314ab5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions activejob/lib/active_job/log_subscriber.rb
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require "active_support/core_ext/string/filters"
require "active_support/log_subscriber"

module ActiveJob
Expand Down
1 change: 0 additions & 1 deletion activejob/lib/active_job/logging.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require "active_support/core_ext/string/filters"
require "active_support/tagged_logging"
require "active_support/logger"

Expand Down

0 comments on commit b314ab5

Please sign in to comment.