aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/vendored_thor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/vendored_thor.rb')
-rw-r--r--lib/bundler/vendored_thor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/vendored_thor.rb b/lib/bundler/vendored_thor.rb
index 8cca090f55..b0b7e7be84 100644
--- a/lib/bundler/vendored_thor.rb
+++ b/lib/bundler/vendored_thor.rb
@@ -5,4 +5,4 @@ module Bundler
Kernel.send(:require, "bundler/vendor/thor/lib/thor/actions")
end
end
-require "bundler/vendor/thor/lib/thor"
+require_relative "vendor/thor/lib/thor"