summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-02-16 21:59:22 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-03-09 18:25:09 +0100
commit40382ba6add58a56634f117b08b994b0cb091aeb (patch)
treea91480e95f947134ac2ef63b90ab6559c20b0885
parent99deb0badbfe1f3092f87323f7d0804aaa7a1947 (diff)
downloadbundler-40382ba6add58a56634f117b08b994b0cb091aeb.tar.gz
Already a pathname
-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)