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-09-30 19:46:56 +00:00
gem "fastlane", :github => "keeshux/fastlane", :ref => "2f464bc16fbebf4dbac52ed7362993434af3f022"
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)