Skip to content

Commit 0e357a0

Browse files
committed
attempting set gemfile to use specific 1.15.2 cocoapods
1 parent aa30722 commit 0e357a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ ruby '3.0.0'
44

55
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
66
# bound in the template on Cocoapods with next React Native release.
7-
gem 'cocoapods', '>= 1.13', '< 1.15'
7+
gem 'cocoapods', '>= 1.13', '<= 1.15.2'
88
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'

0 commit comments

Comments
 (0)