Skip to content

Commit 5938cf5

Browse files
committed
lock cocoapods v
1 parent f60b6ee commit 5938cf5

File tree

3 files changed

+7
-373
lines changed

3 files changed

+7
-373
lines changed

examples/Rn071/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ ruby '>= 2.6.10'
33

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

examples/Rn071/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ PLATFORMS
9393

9494
DEPENDENCIES
9595
activesupport (>= 6.1.7.3, < 7.1.0)
96-
cocoapods (>= 1.13, < 1.15)
96+
cocoapods (= 1.14.3)
9797

9898
RUBY VERSION
9999
ruby 2.7.5p203

0 commit comments

Comments
 (0)