install ruby dependencies from Gemfile

This commit is contained in:
Ivan Smolin 2019-09-30 13:23:42 +03:00
parent 39929518ea
commit e31a200c41
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ private_lane :installDependencies do |options|
sh("rm -rf #{podsReposPath}")
end
if File.exists? "../Gemfile"
bundle_install(path: "../.gem")
end
if File.exists? "../Cartfile"
begin
carthage(command: "bootstrap", platform: "iOS")