From 2a8917d30413927df353d77d9835a86f83625d5a Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Tue, 31 Jul 2018 09:50:16 +0900 Subject: Remove unused require "active_support/core_ext/module/aliasing" is no longer used since #19434. --- activesupport/lib/active_support/deprecation/method_wrappers.rb | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3