Skip to content

Commit e35e780

Browse files
authored
Merge pull request rails#49372 from skipkayhil/hm-rm-safe-level-requires
Update requires in LoggerThreadSafeLevel
2 parents 162be9f + 0f5e7a6 commit e35e780

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

activesupport/lib/active_support/logger_thread_safe_level.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# frozen_string_literal: true
22

33
require "active_support/concern"
4-
require "active_support/core_ext/module/attribute_accessors"
5-
require "concurrent"
6-
require "fiber"
4+
require "logger"
75

86
module ActiveSupport
97
module LoggerThreadSafeLevel # :nodoc:

0 commit comments

Comments
 (0)