source "https://rubygems.org" # Fastlane Deps https://github.com/fastlane/fastlane/issues/29183 gem "abbrev" gem "mutex_m" gem "ostruct" gem "fastlane", "~> 2.228.0" plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') eval_gemfile(plugins_path) if File.exist?(plugins_path) # Actions Deps gem "git", "~> 3.1" #gem "gruff", "~> 0.27.0"