1
0
mirror of https://github.com/tooot-app/app synced 2025-01-05 14:07:44 +01:00
tooot/Gemfile
2021-02-02 22:50:38 +01:00

6 lines
177 B
Ruby

source "https://rubygems.org"
gem "fastlane"
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)