Skip to content

Commit 6bb3e3e

Browse files
authored
[Tooling] Update cocoapods gem to 1.12.0 (#10878)
Updated to the latest version of the cocoapods gem. Contains a potential fix for publishing podspecs with watchOS support on Xcode 14. Release Notes: https://github.com/CocoaPods/CocoaPods/releases/tag/1.12.0
1 parent 36f8f35 commit 6bb3e3e

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ source 'https://rubygems.org'
1212
# gem 'cocoapods-core', git: "https://github.com/CocoaPods/Core.git", ref: "f7cf05720eab935d7d50e35224d263952176fb53"
1313
# gem 'xcodeproj', git: "https://github.com/CocoaPods/Xcodeproj.git", ref: "eeccae7275645753cbaf45d96fc4b23e4b8b3b9f"
1414

15-
gem 'cocoapods', '1.11.3'
15+
gem 'cocoapods', '1.12.0'
1616
gem 'cocoapods-generate', '2.0.1'
1717
gem 'danger', '8.4.5'

Gemfile.lock

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.5)
4+
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (6.1.7.1)
6+
activesupport (7.0.4.2)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
1010
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
1211
addressable (2.8.0)
1312
public_suffix (>= 2.0.2, < 5.0)
1413
algoliasearch (1.27.5)
@@ -20,26 +19,26 @@ GEM
2019
cork
2120
nap
2221
open4 (~> 1.3)
23-
cocoapods (1.11.3)
22+
cocoapods (1.12.0)
2423
addressable (~> 2.8)
2524
claide (>= 1.0.2, < 2.0)
26-
cocoapods-core (= 1.11.3)
25+
cocoapods-core (= 1.12.0)
2726
cocoapods-deintegrate (>= 1.0.3, < 2.0)
28-
cocoapods-downloader (>= 1.4.0, < 2.0)
27+
cocoapods-downloader (>= 1.6.0, < 2.0)
2928
cocoapods-plugins (>= 1.0.0, < 2.0)
3029
cocoapods-search (>= 1.0.0, < 2.0)
31-
cocoapods-trunk (>= 1.4.0, < 2.0)
30+
cocoapods-trunk (>= 1.6.0, < 2.0)
3231
cocoapods-try (>= 1.1.0, < 2.0)
3332
colored2 (~> 3.1)
3433
escape (~> 0.0.4)
3534
fourflusher (>= 2.3.0, < 3.0)
3635
gh_inspector (~> 1.0)
3736
molinillo (~> 0.8.0)
3837
nap (~> 1.0)
39-
ruby-macho (>= 1.0, < 3.0)
38+
ruby-macho (>= 2.3.0, < 3.0)
4039
xcodeproj (>= 1.21.0, < 2.0)
41-
cocoapods-core (1.11.3)
42-
activesupport (>= 5.0, < 7)
40+
cocoapods-core (1.12.0)
41+
activesupport (>= 5.0, < 8)
4342
addressable (~> 2.8)
4443
algoliasearch (~> 1.0)
4544
concurrent-ruby (~> 1.1)
@@ -61,7 +60,7 @@ GEM
6160
netrc (~> 0.11)
6261
cocoapods-try (1.2.0)
6362
colored2 (3.1.2)
64-
concurrent-ruby (1.1.10)
63+
concurrent-ruby (1.2.2)
6564
cork (0.3.0)
6665
colored2 (~> 3.1)
6766
danger (8.4.5)
@@ -78,7 +77,7 @@ GEM
7877
octokit (~> 4.7)
7978
terminal-table (>= 1, < 4)
8079
escape (0.0.4)
81-
ethon (0.15.0)
80+
ethon (0.16.0)
8281
ffi (>= 1.15.0)
8382
faraday (1.10.0)
8483
faraday-em_http (~> 1.0)
@@ -115,7 +114,7 @@ GEM
115114
httpclient (2.8.3)
116115
i18n (1.12.0)
117116
concurrent-ruby (~> 1.0)
118-
json (2.6.1)
117+
json (2.6.3)
119118
kramdown (2.3.1)
120119
rexml
121120
kramdown-parser-gfm (1.1.0)
@@ -143,23 +142,22 @@ GEM
143142
unicode-display_width (>= 1.1.1, < 3)
144143
typhoeus (1.4.0)
145144
ethon (>= 0.9.0)
146-
tzinfo (2.0.5)
145+
tzinfo (2.0.6)
147146
concurrent-ruby (~> 1.0)
148147
unicode-display_width (2.1.0)
149-
xcodeproj (1.21.0)
148+
xcodeproj (1.22.0)
150149
CFPropertyList (>= 2.3.3, < 4.0)
151150
atomos (~> 0.1.3)
152151
claide (>= 1.0.2, < 2.0)
153152
colored2 (~> 3.1)
154153
nanaimo (~> 0.3.0)
155154
rexml (~> 3.2.4)
156-
zeitwerk (2.6.6)
157155

158156
PLATFORMS
159157
ruby
160158

161159
DEPENDENCIES
162-
cocoapods (= 1.11.3)
160+
cocoapods (= 1.12.0)
163161
cocoapods-generate (= 2.0.1)
164162
danger (= 8.4.5)
165163

0 commit comments

Comments
 (0)