mirror of
https://github.com/EmergeTools/Pow.git
synced 2026-03-25 08:55:50 +00:00
8 lines
189 B
Ruby
8 lines
189 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "fastlane"
|
|
gem "git"
|
|
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|