This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
9 lines (7 sloc)
304 Bytes
| source 'https://rubygems.org' | |
| gem 'danger', :git => 'git@github.com:danger/danger.git', :branch => 'master' | |
| gem 'danger-swiftlint' | |
| gem 'cocoapods', '1.5.3' | |
| gem 'fastlane' | |
| plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') | |
| eval_gemfile(plugins_path) if File.exist?(plugins_path) |