Gemfile 349 B

12345678910
  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. # Exclude problematic versions of cocoapods and activesupport that causes build failures.
  5. gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
  6. gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
  7. gem 'xcodeproj', '< 1.26.0'