passepartout-apple/Gemfile

8 lines
274 B
Ruby
Raw Normal View History

2018-10-11 07:13:19 +00:00
source "https://rubygems.org"
2024-12-12 22:56:40 +00:00
gem "fastlane", :github => "keeshux/fastlane", :ref => "57b2e988e862b14c557419210dc5bd7c9a1636cc"
2018-10-11 07:13:19 +00:00
gem "dotenv"
2019-03-21 17:12:50 +00:00
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)