Skip to content

Commit bb8f57e

Browse files
committed
Remove unnecessary require statements
Should have been removed via 8e43fc5.
1 parent 530e5ff commit bb8f57e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

activesupport/lib/active_support/core_ext/load_error.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
require "active_support/deprecation"
2-
require "active_support/deprecation/proxy_wrappers"
3-
41
class LoadError
52
REGEXPS = [
63
/^no such file to load -- (.+)$/i,

0 commit comments

Comments
 (0)