summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bundler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 23ed848d86..99cf99199b 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -290,7 +290,7 @@ module Bundler
if app_config_pathname.absolute?
app_config_pathname
else
- app_config_pathname.expand_path(root)
+ root.join(app_config_pathname)
end
else
root.join(".bundle")