Beam/Gemfile

12 lines
284 B
Ruby
Raw Normal View History

2022-02-24 17:44:21 +02:00
# Autogenerated by fastlane
#
# Ensure this file is checked in to source control!
source "https://rubygems.org"
gem 'fastlane'
gem 'slather'
2022-02-24 17:44:21 +02:00
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
2022-05-12 13:58:13 +03:00
eval_gemfile('fastlane/Pluginfile') if File.exist?(plugins_path)