Gemfile 365 B

123456789
  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. # Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
  5. # bound in the template on Cocoapods with next React Native release.
  6. gem 'cocoapods', '>= 1.13', '< 1.15'
  7. gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'