From b355a43f0ea68ed4c9e8a047b2df34b987bfb847 Mon Sep 17 00:00:00 2001 From: Wolfgang Teuber Date: Wed, 21 Sep 2016 00:25:20 +0200 Subject: Prevent circular require of proxy_wrappers.rb, Fixes #26430 --- activesupport/lib/active_support/core_ext/load_error.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support/core_ext/load_error.rb b/activesupport/lib/active_support/core_ext/load_error.rb index 4cb6ffea5e..cd00d1b662 100644 --- a/activesupport/lib/active_support/core_ext/load_error.rb +++ b/activesupport/lib/active_support/core_ext/load_error.rb @@ -1,3 +1,4 @@ +require "active_support/deprecation" require "active_support/deprecation/proxy_wrappers" class LoadError -- cgit v1.2.3