From 874cff399c8f55423cc126d80bb2db5445d416b9 Mon Sep 17 00:00:00 2001 From: Edouard CHIN Date: Fri, 28 Sep 2018 02:09:57 -0400 Subject: LoggerSilence doesn't require concurrent: - LoggerThreadSafeLevel does nowaday since 2518bda97cbbcb33dc9a92e70d5b01c09e64d12d --- activesupport/lib/active_support/logger_silence.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/logger_silence.rb') diff --git a/activesupport/lib/active_support/logger_silence.rb b/activesupport/lib/active_support/logger_silence.rb index 89f32b6782..4344ca0429 100644 --- a/activesupport/lib/active_support/logger_silence.rb +++ b/activesupport/lib/active_support/logger_silence.rb @@ -2,7 +2,6 @@ require "active_support/concern" require "active_support/core_ext/module/attribute_accessors" -require "concurrent" module LoggerSilence extend ActiveSupport::Concern -- cgit v1.2.3