Skip to content

Commit e480aaa

Browse files
authored
Update CocoaPods to 1.11.0 and add CocoaPods testing docs (#8498)
1 parent c5f5172 commit e480aaa

File tree

2 files changed

+37
-27
lines changed

2 files changed

+37
-27
lines changed

Gemfile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
# commit Gemfile and Gemfile.lock.
33
source 'https://rubygems.org'
44

5-
gem 'cocoapods', '1.10.2'
5+
# To test CocoaPods pre-releases, update to a relevant commit or tag like below
6+
# cocoapods-core and xcodeproj may or may not also need tags. For additional
7+
# testing, enable the cron jobs with a global search and replace from your
8+
# favorite editor. See https://github.com/firebase/firebase-ios-sdk/pull/8498
9+
# for examples.
610

11+
# gem 'cocoapods', git: "https://github.com/CocoaPods/CocoaPods.git", ref: "9cebcde577f56aa26f27d8aa501b51fdd4d6abdb"
12+
# gem 'cocoapods-core', git: "https://github.com/CocoaPods/Core.git", ref: "f7cf05720eab935d7d50e35224d263952176fb53"
13+
# gem 'xcodeproj', git: "https://github.com/CocoaPods/Xcodeproj.git", ref: "eeccae7275645753cbaf45d96fc4b23e4b8b3b9f"
14+
15+
gem 'cocoapods', '1.11.0'
716
gem 'cocoapods-generate', '2.0.1'
817
gem 'danger', '6.1.0'

Gemfile.lock

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
CFPropertyList (3.0.3)
5-
activesupport (5.2.6)
5+
activesupport (6.1.4.1)
66
concurrent-ruby (~> 1.0, >= 1.0.2)
7-
i18n (>= 0.7, < 2)
8-
minitest (~> 5.1)
9-
tzinfo (~> 1.1)
7+
i18n (>= 1.6, < 2)
8+
minitest (>= 5.1)
9+
tzinfo (~> 2.0)
10+
zeitwerk (~> 2.3)
1011
addressable (2.8.0)
1112
public_suffix (>= 2.0.2, < 5.0)
1213
algoliasearch (1.27.5)
@@ -18,10 +19,10 @@ GEM
1819
cork
1920
nap
2021
open4 (~> 1.3)
21-
cocoapods (1.10.2)
22-
addressable (~> 2.6)
22+
cocoapods (1.11.0)
23+
addressable (~> 2.8)
2324
claide (>= 1.0.2, < 2.0)
24-
cocoapods-core (= 1.10.2)
25+
cocoapods-core (= 1.11.0)
2526
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2627
cocoapods-downloader (>= 1.4.0, < 2.0)
2728
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -32,29 +33,29 @@ GEM
3233
escape (~> 0.0.4)
3334
fourflusher (>= 2.3.0, < 3.0)
3435
gh_inspector (~> 1.0)
35-
molinillo (~> 0.6.6)
36+
molinillo (~> 0.8.0)
3637
nap (~> 1.0)
37-
ruby-macho (~> 1.4)
38-
xcodeproj (>= 1.19.0, < 2.0)
39-
cocoapods-core (1.10.2)
40-
activesupport (> 5.0, < 6)
41-
addressable (~> 2.6)
38+
ruby-macho (>= 1.0, < 3.0)
39+
xcodeproj (>= 1.21.0, < 2.0)
40+
cocoapods-core (1.11.0)
41+
activesupport (>= 5.0, < 7)
42+
addressable (~> 2.8)
4243
algoliasearch (~> 1.0)
4344
concurrent-ruby (~> 1.1)
4445
fuzzy_match (~> 2.0.4)
4546
nap (~> 1.0)
4647
netrc (~> 0.11)
47-
public_suffix
48+
public_suffix (~> 4.0)
4849
typhoeus (~> 1.0)
49-
cocoapods-deintegrate (1.0.4)
50+
cocoapods-deintegrate (1.0.5)
5051
cocoapods-disable-podfile-validations (0.1.1)
51-
cocoapods-downloader (1.4.0)
52+
cocoapods-downloader (1.5.0)
5253
cocoapods-generate (2.0.1)
5354
cocoapods-disable-podfile-validations (~> 0.1.1)
5455
cocoapods-plugins (1.0.0)
5556
nap
56-
cocoapods-search (1.0.0)
57-
cocoapods-trunk (1.5.0)
57+
cocoapods-search (1.0.1)
58+
cocoapods-trunk (1.6.0)
5859
nap (>= 0.8, < 2.0)
5960
netrc (~> 0.11)
6061
cocoapods-try (1.2.0)
@@ -82,7 +83,7 @@ GEM
8283
multipart-post (>= 1.2, < 3)
8384
faraday-http-cache (2.0.0)
8485
faraday (~> 0.8)
85-
ffi (1.15.3)
86+
ffi (1.15.4)
8687
fourflusher (2.3.1)
8788
fuzzy_match (2.0.4)
8889
gh_inspector (1.1.3)
@@ -96,7 +97,7 @@ GEM
9697
kramdown-parser-gfm (1.1.0)
9798
kramdown (~> 2.0)
9899
minitest (5.14.4)
99-
molinillo (0.6.6)
100+
molinillo (0.8.0)
100101
multipart-post (2.1.1)
101102
nanaimo (0.3.0)
102103
nap (1.1.0)
@@ -107,31 +108,31 @@ GEM
107108
open4 (1.3.4)
108109
public_suffix (4.0.6)
109110
rexml (3.2.5)
110-
ruby-macho (1.4.0)
111+
ruby-macho (2.5.1)
111112
sawyer (0.8.2)
112113
addressable (>= 2.3.5)
113114
faraday (> 0.8, < 2.0)
114115
terminal-table (1.8.0)
115116
unicode-display_width (~> 1.1, >= 1.1.1)
116-
thread_safe (0.3.6)
117117
typhoeus (1.4.0)
118118
ethon (>= 0.9.0)
119-
tzinfo (1.2.9)
120-
thread_safe (~> 0.1)
119+
tzinfo (2.0.4)
120+
concurrent-ruby (~> 1.0)
121121
unicode-display_width (1.6.0)
122-
xcodeproj (1.20.0)
122+
xcodeproj (1.21.0)
123123
CFPropertyList (>= 2.3.3, < 4.0)
124124
atomos (~> 0.1.3)
125125
claide (>= 1.0.2, < 2.0)
126126
colored2 (~> 3.1)
127127
nanaimo (~> 0.3.0)
128128
rexml (~> 3.2.4)
129+
zeitwerk (2.4.2)
129130

130131
PLATFORMS
131132
ruby
132133

133134
DEPENDENCIES
134-
cocoapods (= 1.10.2)
135+
cocoapods (= 1.11.0)
135136
cocoapods-generate (= 2.0.1)
136137
danger (= 6.1.0)
137138

0 commit comments

Comments
 (0)