habitica-android/Gemfile

7 lines
178 B
Text
Raw Normal View History

2018-10-31 14:15:04 +00:00
source "https://rubygems.org"
gem "fastlane"
2018-11-06 13:04:27 +00:00
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)