From bd01eb67f0db6fb83de7c4d7766a4489aa87c4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 24 Sep 2018 19:56:16 -0300 Subject: root is already a Pathname --- lib/bundler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.1