From 6a125006eb5bee74e83997fa135d288311b408c3 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Thu, 29 Aug 2019 14:00:43 +0300 Subject: [PATCH] change path of gem home for bundler --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index ec19eae..0cea863 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -9,7 +9,7 @@ private_lane :installDependencies do |options| sh("rm -rf #{podsReposPath}") end - bundle_install() + bundle_install(path: "../.gem") if File.exists? "../Cartfile" begin