From b1e55041ebb33a27121eff4424eeeaee4e4b5028 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Thu, 5 Apr 2012 14:44:05 -0300 Subject: Remove not used require from as to avoid circular requires --- 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 d0d8b577b3..8be8665e40 100644 --- a/activesupport/lib/active_support/deprecation/method_wrappers.rb +++ b/activesupport/lib/active_support/deprecation/method_wrappers.rb @@ -1,4 +1,3 @@ -require 'active_support/core_ext/module/deprecation' require 'active_support/core_ext/module/aliasing' require 'active_support/core_ext/array/extract_options' -- cgit v1.2.3