diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-07-31 09:50:16 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2018-07-31 09:50:16 +0900 |
commit | 2a8917d30413927df353d77d9835a86f83625d5a (patch) | |
tree | 2541ed4c2c376bcbb6b7a33149a1e8fedafebd8c | |
parent | c83e30da27eafde79164ecb376e8a28ccc8d841f (diff) | |
download | rails-2a8917d30413927df353d77d9835a86f83625d5a.tar.gz rails-2a8917d30413927df353d77d9835a86f83625d5a.tar.bz2 rails-2a8917d30413927df353d77d9835a86f83625d5a.zip |
Remove unused require
"active_support/core_ext/module/aliasing" is no longer used since
#19434.
-rw-r--r-- | activesupport/lib/active_support/deprecation/method_wrappers.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/deprecation/method_wrappers.rb b/activesupport/lib/active_support/deprecation/method_wrappers.rb index 468978d610..81482092fe 100644 --- a/activesupport/lib/active_support/deprecation/method_wrappers.rb +++ b/activesupport/lib/active_support/deprecation/method_wrappers.rb @@ -1,6 +1,5 @@ # frozen_string_literal: true -require "active_support/core_ext/module/aliasing" require "active_support/core_ext/array/extract_options" module ActiveSupport |