Skip to content

Commit ce0d591

Browse files
committed
cocoapods 1.13.0
1 parent 5938cf5 commit ce0d591

File tree

4 files changed

+384
-15
lines changed

4 files changed

+384
-15
lines changed

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: steps.cache.outputs.cache-hit != 'true'
6161
uses: maxim-lobanov/setup-cocoapods@v1
6262
with:
63-
version: 1.14.3
63+
version: 1.13.0
6464

6565
- name: Install CocoaPods
6666
if: steps.cache.outputs.cache-hit != 'true'

examples/Rn071/Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
source 'https://rubygems.org'
2+
13
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
2-
ruby '>= 2.6.10'
4+
ruby '2.7.5'
35

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

examples/Rn071/Gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
GEM
2+
remote: https://rubygems.org/
23
specs:
34
CFPropertyList (3.0.7)
45
base64
@@ -17,12 +18,12 @@ GEM
1718
atomos (0.1.3)
1819
base64 (0.2.0)
1920
claide (1.1.0)
20-
cocoapods (1.14.3)
21+
cocoapods (1.13.0)
2122
addressable (~> 2.8)
2223
claide (>= 1.0.2, < 2.0)
23-
cocoapods-core (= 1.14.3)
24+
cocoapods-core (= 1.13.0)
2425
cocoapods-deintegrate (>= 1.0.3, < 2.0)
25-
cocoapods-downloader (>= 2.1, < 3.0)
26+
cocoapods-downloader (>= 1.6.0, < 2.0)
2627
cocoapods-plugins (>= 1.0.0, < 2.0)
2728
cocoapods-search (>= 1.0.0, < 2.0)
2829
cocoapods-trunk (>= 1.6.0, < 2.0)
@@ -35,7 +36,7 @@ GEM
3536
nap (~> 1.0)
3637
ruby-macho (>= 2.3.0, < 3.0)
3738
xcodeproj (>= 1.23.0, < 2.0)
38-
cocoapods-core (1.14.3)
39+
cocoapods-core (1.13.0)
3940
activesupport (>= 5.0, < 8)
4041
addressable (~> 2.8)
4142
algoliasearch (~> 1.0)
@@ -46,7 +47,7 @@ GEM
4647
public_suffix (~> 4.0)
4748
typhoeus (~> 1.0)
4849
cocoapods-deintegrate (1.0.5)
49-
cocoapods-downloader (2.1)
50+
cocoapods-downloader (1.6.3)
5051
cocoapods-plugins (1.0.0)
5152
nap
5253
cocoapods-search (1.0.1)
@@ -93,7 +94,7 @@ PLATFORMS
9394

9495
DEPENDENCIES
9596
activesupport (>= 6.1.7.3, < 7.1.0)
96-
cocoapods (= 1.14.3)
97+
cocoapods (= 1.13.0)
9798

9899
RUBY VERSION
99100
ruby 2.7.5p203

0 commit comments

Comments
 (0)