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