We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6b6132 + 666820f commit 794bb0bCopy full SHA for 794bb0b
4 files changed
packages/rn-tester/Gemfile
@@ -1,6 +1,8 @@
1
# Gemfile
2
source 'https://rubygems.org'
3
4
-gem 'cocoapods', '>= 1.11.3'
+# 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'
7
gem 'rexml'
8
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
0 commit comments