change path of gem home for bundler

This commit is contained in:
Ivan Smolin 2019-08-29 14:00:43 +03:00
parent 94a72409e9
commit 6a125006eb
1 changed files with 1 additions and 1 deletions

View File

@ -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