Skip to content

Commit

Permalink
Merge pull request #42706 from facebook/hur/cp-3869ae4
Browse files Browse the repository at this point in the history
Cherry-picking 'Avoid using Cocoapods 1.15 until it fixes an issue affection RN. (#42702)' onto 0.71
  • Loading branch information
hurali97 authored Jan 29, 2024
2 parents c6b6132 + 666820f commit 794bb0b
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 550 deletions.
4 changes: 3 additions & 1 deletion packages/rn-tester/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Gemfile
source 'https://rubygems.org'

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

0 comments on commit 794bb0b

Please sign in to comment.