From bf1359cc0d253c6110c4e646d6a7303d700f0640 Mon Sep 17 00:00:00 2001 From: Hannah Shi Date: Mon, 29 Apr 2024 22:10:32 -0700 Subject: [PATCH] upgrade cocoapods to 1.15.2 --- tools/internal_ci/helper_scripts/prepare_build_macos_rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_rc index 54a999f149c..8b3de1ab8ff 100644 --- a/tools/internal_ci/helper_scripts/prepare_build_macos_rc +++ b/tools/internal_ci/helper_scripts/prepare_build_macos_rc @@ -99,7 +99,7 @@ then # cocoapods export LANG=en_US.UTF-8 # use "sudo" to avoid permission error on kokoro monterey image - time sudo gem install cocoapods --version 1.12.0 --no-document --user-install + time sudo gem install cocoapods --version 1.15.2 --no-document --user-install # pre-fetch cocoapods master repo's most recent commit only mkdir -p ~/.cocoapods/repos time git clone --depth 1 https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master