diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-01-03 21:12:25 -0500 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-01-03 21:12:25 -0500 |
commit | a5041f267ded119c2d00b8786c2f2c1e3f93c8a1 (patch) | |
tree | 7a3e0bcf4cf862bcde23c9420c39a9fb9e13dc77 | |
parent | 836811d22dc2f6000cf3d08c493525a710e63069 (diff) | |
parent | bb8f57ec30908f629fc6dcf97a9c028a4c84669b (diff) | |
download | rails-a5041f267ded119c2d00b8786c2f2c1e3f93c8a1.tar.gz rails-a5041f267ded119c2d00b8786c2f2c1e3f93c8a1.tar.bz2 rails-a5041f267ded119c2d00b8786c2f2c1e3f93c8a1.zip |
Merge pull request #27562 from maclover7/jm-as-rm-require
Remove unnecessary require statements
-rw-r--r-- | activesupport/lib/active_support/core_ext/load_error.rb | 3 |
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, |