Gemfile 239 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
# frozen_string_literal: true
source "https://rubygems.org"

gem 'fastlane'
gem 'cocoapods'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)

# gem "rails"