From bb8f57ec30908f629fc6dcf97a9c028a4c84669b Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Tue, 3 Jan 2017 20:30:02 -0500 Subject: [PATCH] Remove unnecessary require statements Should have been removed via 8e43fc5ace8039370f233570863b34821a3be46f. --- activesupport/lib/active_support/core_ext/load_error.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/activesupport/lib/active_support/core_ext/load_error.rb b/activesupport/lib/active_support/core_ext/load_error.rb index 3cf7ea0a97..029d6dd449 100644 --- a/activesupport/lib/active_support/core_ext/load_error.rb +++ b/activesupport/lib/active_support/core_ext/load_error.rb @@ -1,6 +1,3 @@ -require "active_support/deprecation" -require "active_support/deprecation/proxy_wrappers" - class LoadError REGEXPS = [ /^no such file to load -- (.+)$/i,