Gemfile 277 B

12345678910
  1. # A sample Gemfile
  2. source "https://rubygems.org"
  3. gem 'fastlane'
  4. gem "activesupport", "= 7.0.8"
  5. gem "concurrent-ruby", "= 1.3.4"
  6. gem "cocoapods"
  7. plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
  8. eval_gemfile(plugins_path) if File.exist?(plugins_path)