mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
LoggerSilence doesn't require concurrent:
- LoggerThreadSafeLevel does nowaday since 2518bda97c
This commit is contained in:
parent
71030c9311
commit
874cff399c
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
require "active_support/concern"
|
||||
require "active_support/core_ext/module/attribute_accessors"
|
||||
require "concurrent"
|
||||
|
||||
module LoggerSilence
|
||||
extend ActiveSupport::Concern
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "active_support/concern"
|
||||
require "concurrent"
|
||||
|
||||
module ActiveSupport
|
||||
module LoggerThreadSafeLevel # :nodoc:
|
||||
|
|
Loading…
Reference in a new issue