Merge pull request #143 from TouchInstinct/feature/gem_bundle
install ruby dependencies from Gemfile
This commit is contained in:
commit
432bb8a67b
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue