Skip to content

Commit

Permalink
Prevent circular require of proxy_wrappers.rb, Fixes #26430
Browse files Browse the repository at this point in the history
  • Loading branch information
wteuber authored and apepper committed Sep 26, 2016
1 parent bab76cd commit 5899105
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion activesupport/lib/active_support/core_ext/load_error.rb
@@ -1,4 +1,5 @@
require 'active_support/deprecation/proxy_wrappers'
require "active_support/deprecation"
require "active_support/deprecation/proxy_wrappers"

class LoadError
REGEXPS = [
Expand Down

0 comments on commit 5899105

Please sign in to comment.