1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-12 21:30:32 +05:30
yattee/Gemfile

7 lines
178 B
Ruby
Raw Normal View History

2022-08-15 19:57:38 +05:30
source "https://rubygems.org"
2024-07-06 15:15:15 +05:30
gem 'fastlane'
2022-08-15 20:44:09 +05:30
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)