aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-01-03 21:12:25 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-01-03 21:12:25 -0500
commita5041f267ded119c2d00b8786c2f2c1e3f93c8a1 (patch)
tree7a3e0bcf4cf862bcde23c9420c39a9fb9e13dc77 /activesupport/lib/active_support/core_ext
parent836811d22dc2f6000cf3d08c493525a710e63069 (diff)
parentbb8f57ec30908f629fc6dcf97a9c028a4c84669b (diff)
downloadrails-a5041f267ded119c2d00b8786c2f2c1e3f93c8a1.tar.gz
rails-a5041f267ded119c2d00b8786c2f2c1e3f93c8a1.tar.bz2
rails-a5041f267ded119c2d00b8786c2f2c1e3f93c8a1.zip
Merge pull request #27562 from maclover7/jm-as-rm-require
Remove unnecessary require statements
Diffstat (limited to 'activesupport/lib/active_support/core_ext')
-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,