From 0c9b62e582cecce4421160ac938737f6fe378151 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Fri, 12 Jul 2019 18:14:54 +0900 Subject: active_support/deprecation is not in use here --- activesupport/lib/active_support/callbacks.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/callbacks.rb') diff --git a/activesupport/lib/active_support/callbacks.rb b/activesupport/lib/active_support/callbacks.rb index 11746e0537..daf98c9528 100644 --- a/activesupport/lib/active_support/callbacks.rb +++ b/activesupport/lib/active_support/callbacks.rb @@ -7,7 +7,6 @@ require "active_support/core_ext/class/attribute" require "active_support/core_ext/kernel/reporting" require "active_support/core_ext/kernel/singleton_class" require "active_support/core_ext/string/filters" -require "active_support/deprecation" require "thread" module ActiveSupport -- cgit v1.2.3