From 47004e8186647f4373791db6fec27f8fd079c5e8 Mon Sep 17 00:00:00 2001 From: Yousif Ahmed Date: Tue, 30 Jan 2024 12:30:45 +0000 Subject: [PATCH] Pin cocoapods to 1.14 in test fixtures iOS builds are broken in cocoapods 1.15 due to this issue: https://github.com/CocoaPods/CocoaPods/issues/12226 --- test/react-native/features/fixtures/rn0.71/Gemfile | 2 +- test/react-native/features/fixtures/rn0.72/Gemfile | 2 +- test/react-native/features/fixtures/rn0.73/Gemfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/react-native/features/fixtures/rn0.71/Gemfile b/test/react-native/features/fixtures/rn0.71/Gemfile index 567e59805c..847e11bec9 100644 --- a/test/react-native/features/fixtures/rn0.71/Gemfile +++ b/test/react-native/features/fixtures/rn0.71/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version ruby File.read(File.join(__dir__, '.ruby-version')).strip -gem 'cocoapods', '~> 1.11', '>= 1.11.3' +gem 'cocoapods', '1.14' diff --git a/test/react-native/features/fixtures/rn0.72/Gemfile b/test/react-native/features/fixtures/rn0.72/Gemfile index 1fa2c2e1ab..bda340f3ab 100644 --- a/test/react-native/features/fixtures/rn0.72/Gemfile +++ b/test/react-native/features/fixtures/rn0.72/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version ruby ">= 2.6.10" -gem 'cocoapods', '~> 1.12' +gem 'cocoapods', '1.14' diff --git a/test/react-native/features/fixtures/rn0.73/Gemfile b/test/react-native/features/fixtures/rn0.73/Gemfile index 6a7d5c7a49..7558f3933d 100644 --- a/test/react-native/features/fixtures/rn0.73/Gemfile +++ b/test/react-native/features/fixtures/rn0.73/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version ruby ">= 2.6.10" -gem 'cocoapods', '~> 1.13' +gem 'cocoapods', '1.14' gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'