Skip to content

Commit 794bb0b

Browse files
authored
Merge pull request #42706 from facebook/hur/cp-3869ae4
Cherry-picking 'Avoid using Cocoapods 1.15 until it fixes an issue affection RN. (#42702)' onto 0.71
2 parents c6b6132 + 666820f commit 794bb0b

File tree

4 files changed

+550
-550
lines changed

4 files changed

+550
-550
lines changed

packages/rn-tester/Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Gemfile
22
source 'https://rubygems.org'
33

4-
gem 'cocoapods', '>= 1.11.3'
4+
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
5+
# bound in the template on Cocoapods with next React Native release.
6+
gem 'cocoapods', '>= 1.13', '< 1.15'
57
gem 'rexml'
68
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'

0 commit comments

Comments
 (0)