diff --git a/template/Gemfile b/template/Gemfile index 6a4c5f1..a542c69 100644 --- a/template/Gemfile +++ b/template/Gemfile @@ -4,9 +4,9 @@ source 'https://rubygems.org' ruby ">= 2.6.10" # Exclude problematic versions of cocoapods and activesupport that causes build failures. -gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1' +gem 'cocoapods', '>=1.16.2' gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' -gem 'xcodeproj', '< 1.26.0' +gem 'xcodeproj', '>=1.27.0' gem 'concurrent-ruby', '< 1.3.4' # Ruby 3.4.0 has removed some libraries from the standard library.