Gemfile 217 B

1234567
  1. source 'https://rubygems.org'
  2. # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
  3. ruby ">= 2.6.10"
  4. gem 'fastlane'
  5. gem 'cocoapods', '~> 1.13'
  6. gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'