Skip to content

Commit 32c8083

Browse files
authored
CocoaPods 1.16.2 (#13989)
1 parent 948c460 commit 32c8083

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

Gemfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +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.15.2'
15+
gem 'cocoapods', '1.16.2'
1616
gem 'cocoapods-generate', '2.2.5'
1717
gem 'danger', '8.4.5'
18-
19-
# TODO: delete explicit xcodeproj after cocoapods goes beyond 1.15.2.
20-
gem 'xcodeproj', '1.25.0'

Gemfile.lock

+20-15
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.1.3.4)
8+
activesupport (7.1.5)
99
base64
10+
benchmark (>= 0.3)
1011
bigdecimal
1112
concurrent-ruby (~> 1.0, >= 1.0.2)
1213
connection_pool (>= 2.2.5)
1314
drb
1415
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
1517
minitest (>= 5.1)
1618
mutex_m
19+
securerandom (>= 0.3)
1720
tzinfo (~> 2.0)
1821
addressable (2.8.7)
1922
public_suffix (>= 2.0.2, < 7.0)
@@ -22,16 +25,17 @@ GEM
2225
json (>= 1.5.1)
2326
atomos (0.1.3)
2427
base64 (0.2.0)
28+
benchmark (0.3.0)
2529
bigdecimal (3.1.8)
2630
claide (1.1.0)
2731
claide-plugins (0.9.2)
2832
cork
2933
nap
3034
open4 (~> 1.3)
31-
cocoapods (1.15.2)
35+
cocoapods (1.16.2)
3236
addressable (~> 2.8)
3337
claide (>= 1.0.2, < 2.0)
34-
cocoapods-core (= 1.15.2)
38+
cocoapods-core (= 1.16.2)
3539
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3640
cocoapods-downloader (>= 2.1, < 3.0)
3741
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -45,8 +49,8 @@ GEM
4549
molinillo (~> 0.8.0)
4650
nap (~> 1.0)
4751
ruby-macho (>= 2.3.0, < 3.0)
48-
xcodeproj (>= 1.23.0, < 2.0)
49-
cocoapods-core (1.15.2)
52+
xcodeproj (>= 1.27.0, < 2.0)
53+
cocoapods-core (1.16.2)
5054
activesupport (>= 5.0, < 8)
5155
addressable (~> 2.8)
5256
algoliasearch (~> 1.0)
@@ -69,7 +73,7 @@ GEM
6973
netrc (~> 0.11)
7074
cocoapods-try (1.2.0)
7175
colored2 (3.1.2)
72-
concurrent-ruby (1.3.3)
76+
concurrent-ruby (1.3.4)
7377
connection_pool (2.4.1)
7478
cork (0.3.0)
7579
colored2 (~> 3.1)
@@ -123,18 +127,19 @@ GEM
123127
addressable (~> 2.8)
124128
rchardet (~> 1.8)
125129
httpclient (2.8.3)
126-
i18n (1.14.5)
130+
i18n (1.14.6)
127131
concurrent-ruby (~> 1.0)
128-
json (2.7.2)
132+
json (2.7.5)
129133
kramdown (2.4.0)
130134
rexml
131135
kramdown-parser-gfm (1.1.0)
132136
kramdown (~> 2.0)
133-
minitest (5.24.1)
137+
logger (1.6.1)
138+
minitest (5.25.1)
134139
molinillo (0.8.0)
135140
multipart-post (2.4.1)
136141
mutex_m (0.2.0)
137-
nanaimo (0.3.0)
142+
nanaimo (0.4.0)
138143
nap (1.1.0)
139144
netrc (0.11.0)
140145
nkf (0.2.0)
@@ -151,29 +156,29 @@ GEM
151156
sawyer (0.9.2)
152157
addressable (>= 2.3.5)
153158
faraday (>= 0.17.3, < 3)
159+
securerandom (0.3.1)
154160
terminal-table (3.0.2)
155161
unicode-display_width (>= 1.1.1, < 3)
156162
typhoeus (1.4.1)
157163
ethon (>= 0.9.0)
158164
tzinfo (2.0.6)
159165
concurrent-ruby (~> 1.0)
160166
unicode-display_width (2.5.0)
161-
xcodeproj (1.25.0)
167+
xcodeproj (1.27.0)
162168
CFPropertyList (>= 2.3.3, < 4.0)
163169
atomos (~> 0.1.3)
164170
claide (>= 1.0.2, < 2.0)
165171
colored2 (~> 3.1)
166-
nanaimo (~> 0.3.0)
167-
rexml (>= 3.3.2, < 4.0)
172+
nanaimo (~> 0.4.0)
173+
rexml (>= 3.3.6, < 4.0)
168174

169175
PLATFORMS
170176
ruby
171177

172178
DEPENDENCIES
173-
cocoapods (= 1.15.2)
179+
cocoapods (= 1.16.2)
174180
cocoapods-generate (= 2.2.5)
175181
danger (= 8.4.5)
176-
xcodeproj (= 1.25.0)
177182

178183
BUNDLED WITH
179184
2.1.4

0 commit comments

Comments
 (0)