diff --git a/dev/ci/mac/Gemfile b/dev/ci/mac/Gemfile index 9efb0c379cbb68..04d50756d9bdd6 100644 --- a/dev/ci/mac/Gemfile +++ b/dev/ci/mac/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org' # Don't pin cocoapods so we can catch breakages from upstream changes, e.g. # https://github.com/flutter/flutter/issues/41144 -gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods.git', :ref => '48973f' +gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods.git', :branch => 'info_plist_fix' diff --git a/dev/ci/mac/Gemfile.lock b/dev/ci/mac/Gemfile.lock index 17390b936aa600..17aba2980a5507 100644 --- a/dev/ci/mac/Gemfile.lock +++ b/dev/ci/mac/Gemfile.lock @@ -1,7 +1,7 @@ GIT remote: https://github.com/CocoaPods/CocoaPods.git revision: 48973fbb6b8d0e600bc9e43c798fd25af86e92a1 - ref: 48973f + branch: info_plist_fix specs: cocoapods (1.11.0) addressable (~> 2.8)