From 40382ba6add58a56634f117b08b994b0cb091aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sun, 16 Feb 2020 21:59:22 +0100 Subject: Already a pathname --- lib/bundler/settings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1