1
0
Fork 0
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:
Edouard CHIN 2018-09-28 02:09:57 -04:00
parent 71030c9311
commit 874cff399c
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,6 @@
require "active_support/concern"
require "active_support/core_ext/module/attribute_accessors"
require "concurrent"
module LoggerSilence
extend ActiveSupport::Concern

View file

@ -1,6 +1,7 @@
# frozen_string_literal: true
require "active_support/concern"
require "concurrent"
module ActiveSupport
module LoggerThreadSafeLevel # :nodoc: