forked from Ivasoft/mattermost-mobile
9 lines
211 B
Ruby
9 lines
211 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "fastlane"
|
|
gem "nokogiri"
|
|
gem "dotenv"
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), '.', 'Pluginfile')
|
|
eval(File.read(plugins_path), binding) if File.exist?(plugins_path)
|