1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove unnecessary require statements

Should have been removed via 8e43fc5ace.
This commit is contained in:
Jon Moss 2017-01-03 20:30:02 -05:00
parent 530e5ff910
commit bb8f57ec30

View file

@ -1,6 +1,3 @@
require "active_support/deprecation"
require "active_support/deprecation/proxy_wrappers"
class LoadError
REGEXPS = [
/^no such file to load -- (.+)$/i,