aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-07-31 09:50:16 +0900
committerRyuta Kamizono <kamipo@gmail.com>2018-07-31 09:50:16 +0900
commit2a8917d30413927df353d77d9835a86f83625d5a (patch)
tree2541ed4c2c376bcbb6b7a33149a1e8fedafebd8c /activesupport/lib/active_support/deprecation
parentc83e30da27eafde79164ecb376e8a28ccc8d841f (diff)
downloadrails-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.
Diffstat (limited to 'activesupport/lib/active_support/deprecation')
-rw-r--r--activesupport/lib/active_support/deprecation/method_wrappers.rb1
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