mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-17 16:07:51 +01:00
10 lines
218 B
Ruby
10 lines
218 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "fastlane"
|
|
gem 'logger'
|
|
gem 'mutex_m'
|
|
gem 'abbrev'
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|