Skip to content

Commit 246a49b

Browse files
committed
Update dependency cocoapods to v1.11.2
1 parent 72a509c commit 246a49b

File tree

2 files changed

+38
-34
lines changed

2 files changed

+38
-34
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "cocoapods", "1.10.1"
3+
gem "cocoapods", "1.11.2"
44
gem "fastlane", "~> 2.137"
55

66
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')

Gemfile.lock

Lines changed: 37 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.3)
5-
activesupport (5.2.4.5)
4+
CFPropertyList (3.0.4)
5+
rexml
6+
activesupport (6.1.4.1)
67
concurrent-ruby (~> 1.0, >= 1.0.2)
7-
i18n (>= 0.7, < 2)
8-
minitest (~> 5.1)
9-
tzinfo (~> 1.1)
10-
addressable (2.7.0)
8+
i18n (>= 1.6, < 2)
9+
minitest (>= 5.1)
10+
tzinfo (~> 2.0)
11+
zeitwerk (~> 2.3)
12+
addressable (2.8.0)
1113
public_suffix (>= 2.0.2, < 5.0)
1214
algoliasearch (1.27.5)
1315
httpclient (~> 2.8, >= 2.8.3)
@@ -31,10 +33,10 @@ GEM
3133
aws-eventstream (~> 1, >= 1.0.2)
3234
babosa (1.0.4)
3335
claide (1.0.3)
34-
cocoapods (1.10.1)
35-
addressable (~> 2.6)
36+
cocoapods (1.11.2)
37+
addressable (~> 2.8)
3638
claide (>= 1.0.2, < 2.0)
37-
cocoapods-core (= 1.10.1)
39+
cocoapods-core (= 1.11.2)
3840
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3941
cocoapods-downloader (>= 1.4.0, < 2.0)
4042
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -45,26 +47,26 @@ GEM
4547
escape (~> 0.0.4)
4648
fourflusher (>= 2.3.0, < 3.0)
4749
gh_inspector (~> 1.0)
48-
molinillo (~> 0.6.6)
50+
molinillo (~> 0.8.0)
4951
nap (~> 1.0)
50-
ruby-macho (~> 1.4)
51-
xcodeproj (>= 1.19.0, < 2.0)
52-
cocoapods-core (1.10.1)
53-
activesupport (> 5.0, < 6)
54-
addressable (~> 2.6)
52+
ruby-macho (>= 1.0, < 3.0)
53+
xcodeproj (>= 1.21.0, < 2.0)
54+
cocoapods-core (1.11.2)
55+
activesupport (>= 5.0, < 7)
56+
addressable (~> 2.8)
5557
algoliasearch (~> 1.0)
5658
concurrent-ruby (~> 1.1)
5759
fuzzy_match (~> 2.0.4)
5860
nap (~> 1.0)
5961
netrc (~> 0.11)
60-
public_suffix
62+
public_suffix (~> 4.0)
6163
typhoeus (~> 1.0)
62-
cocoapods-deintegrate (1.0.4)
63-
cocoapods-downloader (1.4.0)
64+
cocoapods-deintegrate (1.0.5)
65+
cocoapods-downloader (1.5.1)
6466
cocoapods-plugins (1.0.0)
6567
nap
66-
cocoapods-search (1.0.0)
67-
cocoapods-trunk (1.5.0)
68+
cocoapods-search (1.0.1)
69+
cocoapods-trunk (1.6.0)
6870
nap (>= 0.8, < 2.0)
6971
netrc (~> 0.11)
7072
cocoapods-try (1.2.0)
@@ -73,7 +75,7 @@ GEM
7375
colorize (0.8.1)
7476
commander-fastlane (4.4.6)
7577
highline (~> 1.7.2)
76-
concurrent-ruby (1.1.8)
78+
concurrent-ruby (1.1.9)
7779
declarative (0.0.20)
7880
declarative-option (0.1.0)
7981
digest-crc (0.6.1)
@@ -83,8 +85,8 @@ GEM
8385
dotenv (2.7.6)
8486
emoji_regex (3.0.0)
8587
escape (0.0.4)
86-
ethon (0.12.0)
87-
ffi (>= 1.3.0)
88+
ethon (0.15.0)
89+
ffi (>= 1.15.0)
8890
excon (0.78.0)
8991
faraday (1.1.0)
9092
multipart-post (>= 1.2, < 3)
@@ -138,7 +140,7 @@ GEM
138140
trainer
139141
xcodeproj
140142
xctest_list (>= 1.2.1)
141-
ffi (1.15.0)
143+
ffi (1.15.4)
142144
fourflusher (2.3.1)
143145
fuzzy_match (2.0.4)
144146
gh_inspector (1.1.3)
@@ -174,16 +176,16 @@ GEM
174176
http-cookie (1.0.3)
175177
domain_name (~> 0.5)
176178
httpclient (2.8.3)
177-
i18n (1.8.9)
179+
i18n (1.8.10)
178180
concurrent-ruby (~> 1.0)
179181
jmespath (1.4.0)
180-
json (2.5.1)
182+
json (2.6.0)
181183
jwt (2.2.2)
182184
memoist (0.16.2)
183185
mini_magick (4.10.1)
184186
mini_mime (1.0.2)
185187
minitest (5.14.4)
186-
molinillo (0.6.6)
188+
molinillo (0.8.0)
187189
multi_json (1.15.0)
188190
multipart-post (2.0.0)
189191
nanaimo (0.3.0)
@@ -199,8 +201,9 @@ GEM
199201
declarative-option (< 0.2.0)
200202
uber (< 0.2.0)
201203
retriable (3.1.2)
204+
rexml (3.2.5)
202205
rouge (2.0.7)
203-
ruby-macho (1.4.0)
206+
ruby-macho (2.5.1)
204207
ruby2_keywords (0.0.2)
205208
rubyzip (2.3.0)
206209
security (0.1.3)
@@ -216,7 +219,6 @@ GEM
216219
terminal-notifier (2.0.0)
217220
terminal-table (1.8.0)
218221
unicode-display_width (~> 1.1, >= 1.1.1)
219-
thread_safe (0.3.6)
220222
trainer (0.9.1)
221223
fastlane (>= 2.25.0)
222224
plist (>= 3.1.0, < 4.0.0)
@@ -226,31 +228,33 @@ GEM
226228
tty-cursor (~> 0.7)
227229
typhoeus (1.4.0)
228230
ethon (>= 0.9.0)
229-
tzinfo (1.2.9)
230-
thread_safe (~> 0.1)
231+
tzinfo (2.0.4)
232+
concurrent-ruby (~> 1.0)
231233
uber (0.1.0)
232234
unf (0.1.4)
233235
unf_ext
234236
unf_ext (0.0.7.7)
235237
unicode-display_width (1.7.0)
236238
word_wrap (1.0.0)
237-
xcodeproj (1.19.0)
239+
xcodeproj (1.21.0)
238240
CFPropertyList (>= 2.3.3, < 4.0)
239241
atomos (~> 0.1.3)
240242
claide (>= 1.0.2, < 2.0)
241243
colored2 (~> 3.1)
242244
nanaimo (~> 0.3.0)
245+
rexml (~> 3.2.4)
243246
xcpretty (0.3.0)
244247
rouge (~> 2.0.7)
245248
xcpretty-travis-formatter (1.0.0)
246249
xcpretty (~> 0.2, >= 0.0.7)
247250
xctest_list (1.2.1)
251+
zeitwerk (2.4.2)
248252

249253
PLATFORMS
250254
ruby
251255

252256
DEPENDENCIES
253-
cocoapods (= 1.10.1)
257+
cocoapods (= 1.11.2)
254258
fastlane (~> 2.137)
255259
fastlane-plugin-test_center
256260

0 commit comments

Comments
 (0)