7 lines
135 B
Ruby
7 lines
135 B
Ruby
source('https://rubygems.org')
|
|
|
|
gemspec
|
|
|
|
plugins_path = 'fastlane/Pluginfile'
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|