diff options
author | Akira Matsuda <ronnie@dio.jp> | 2019-07-12 18:14:54 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2019-07-12 18:34:07 +0900 |
commit | 0c9b62e582cecce4421160ac938737f6fe378151 (patch) | |
tree | b5fd982a852b2286a7055040f8fb0ecc3cee1cec /activesupport | |
parent | 3676544141f0551c1f6e1d40079cd78814aadaad (diff) | |
download | rails-0c9b62e582cecce4421160ac938737f6fe378151.tar.gz rails-0c9b62e582cecce4421160ac938737f6fe378151.tar.bz2 rails-0c9b62e582cecce4421160ac938737f6fe378151.zip |
active_support/deprecation is not in use here
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/callbacks.rb | 1 | ||||
-rw-r--r-- | activesupport/lib/active_support/inflector/inflections.rb | 1 |
2 files changed, 0 insertions, 2 deletions
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 diff --git a/activesupport/lib/active_support/inflector/inflections.rb b/activesupport/lib/active_support/inflector/inflections.rb index 5b29a13894..efee74a1df 100644 --- a/activesupport/lib/active_support/inflector/inflections.rb +++ b/activesupport/lib/active_support/inflector/inflections.rb @@ -2,7 +2,6 @@ require "concurrent/map" require "active_support/i18n" -require "active_support/deprecation" module ActiveSupport module Inflector |