Beam/Gemfile

12 lines
275 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')
eval_gemfile(plugins_path) if File.exist?(plugins_path)