Merge pull request #143 from TouchInstinct/feature/gem_bundle

install ruby dependencies from Gemfile
This commit is contained in:
Ivan Smolin 2019-09-30 13:36:15 +03:00 committed by GitHub
commit 432bb8a67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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")