aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support')
-rwxr-xr-xactivesupport/lib/active_support/breakpoint.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/breakpoint.rb b/activesupport/lib/active_support/breakpoint.rb
index 42dd0bad81..55c97b95e9 100755
--- a/activesupport/lib/active_support/breakpoint.rb
+++ b/activesupport/lib/active_support/breakpoint.rb
@@ -16,7 +16,7 @@
# license please contact me.
require 'irb'
-require 'binding_of_caller'
+require File.dirname(__FILE__) + '/binding_of_caller'
require 'drb'
require 'drb/acl'