aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-01-03 20:30:02 -0500
committerJon Moss <me@jonathanmoss.me>2017-01-03 20:30:02 -0500
commitbb8f57ec30908f629fc6dcf97a9c028a4c84669b (patch)
tree415c6ab42542eb255a04a138a46bef74eabc6af1 /activesupport
parent530e5ff910bf033aa29bba722662457fc69d3d63 (diff)
downloadrails-bb8f57ec30908f629fc6dcf97a9c028a4c84669b.tar.gz
rails-bb8f57ec30908f629fc6dcf97a9c028a4c84669b.tar.bz2
rails-bb8f57ec30908f629fc6dcf97a9c028a4c84669b.zip
Remove unnecessary require statements
Should have been removed via 8e43fc5ace8039370f233570863b34821a3be46f.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/load_error.rb3
1 files changed, 0 insertions, 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,