summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bundler/settings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb
index 396d0ec353..a58265e030 100644
--- a/lib/bundler/settings.rb
+++ b/lib/bundler/settings.rb
@@ -384,7 +384,7 @@ module Bundler
end
def local_config_file
- Pathname.new(@root).join("config")
+ @root.join("config")
end
def load_config(config_file)