Newer
Older
DummyAnd / lazyDir / Gemfile
# frozen_string_literal: true
source "https://rubygems.org"
ruby RUBY_VERSION

gem "fastlane"
gem "fastlane-plugin-firebase_app_distribution"

# If needed, make sure fastlane dir is part of the docker context 
# plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
# eval(File.read(plugins_path), binding) if File.exist?(plugins_path)