Skip to content

Commit 0ea3669

Browse files
Update dependency cocoapods to v1.12.0
1 parent 230068d commit 0ea3669

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem 'fastlane', '2.211.0'
44
gem 'netrc', '0.11.0'
55
gem 'json', '2.6.3'
66
gem 'xcodeproj', '1.22.0'
7-
gem 'cocoapods', '1.11.3'
7+
gem 'cocoapods', '1.12.0'
88

99
# fastlane plugins
1010

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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 (6.1.7.2)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
@@ -35,26 +35,26 @@ GEM
3535
aws-eventstream (~> 1, >= 1.0.2)
3636
babosa (1.0.4)
3737
claide (1.1.0)
38-
cocoapods (1.11.3)
38+
cocoapods (1.12.0)
3939
addressable (~> 2.8)
4040
claide (>= 1.0.2, < 2.0)
41-
cocoapods-core (= 1.11.3)
41+
cocoapods-core (= 1.12.0)
4242
cocoapods-deintegrate (>= 1.0.3, < 2.0)
43-
cocoapods-downloader (>= 1.4.0, < 2.0)
43+
cocoapods-downloader (>= 1.6.0, < 2.0)
4444
cocoapods-plugins (>= 1.0.0, < 2.0)
4545
cocoapods-search (>= 1.0.0, < 2.0)
46-
cocoapods-trunk (>= 1.4.0, < 2.0)
46+
cocoapods-trunk (>= 1.6.0, < 2.0)
4747
cocoapods-try (>= 1.1.0, < 2.0)
4848
colored2 (~> 3.1)
4949
escape (~> 0.0.4)
5050
fourflusher (>= 2.3.0, < 3.0)
5151
gh_inspector (~> 1.0)
5252
molinillo (~> 0.8.0)
5353
nap (~> 1.0)
54-
ruby-macho (>= 1.0, < 3.0)
54+
ruby-macho (>= 2.3.0, < 3.0)
5555
xcodeproj (>= 1.21.0, < 2.0)
56-
cocoapods-core (1.11.3)
57-
activesupport (>= 5.0, < 7)
56+
cocoapods-core (1.12.0)
57+
activesupport (>= 5.0, < 8)
5858
addressable (~> 2.8)
5959
algoliasearch (~> 1.0)
6060
concurrent-ruby (~> 1.1)
@@ -76,7 +76,7 @@ GEM
7676
colored2 (3.1.2)
7777
commander (4.6.0)
7878
highline (~> 2.0.0)
79-
concurrent-ruby (1.1.10)
79+
concurrent-ruby (1.2.2)
8080
declarative (0.0.20)
8181
digest-crc (0.6.4)
8282
rake (>= 12.0.0, < 14.0.0)
@@ -85,7 +85,7 @@ GEM
8585
dotenv (2.8.1)
8686
emoji_regex (3.2.3)
8787
escape (0.0.4)
88-
ethon (0.15.0)
88+
ethon (0.16.0)
8989
ffi (>= 1.15.0)
9090
excon (0.94.0)
9191
faraday (1.10.2)
@@ -210,7 +210,7 @@ GEM
210210
memoist (0.16.2)
211211
mini_magick (4.11.0)
212212
mini_mime (1.1.2)
213-
minitest (5.17.0)
213+
minitest (5.18.0)
214214
molinillo (0.8.0)
215215
multi_json (1.15.0)
216216
multipart-post (2.0.0)
@@ -269,7 +269,7 @@ GEM
269269
tty-cursor (~> 0.7)
270270
typhoeus (1.4.0)
271271
ethon (>= 0.9.0)
272-
tzinfo (2.0.5)
272+
tzinfo (2.0.6)
273273
concurrent-ruby (~> 1.0)
274274
uber (0.1.0)
275275
unf (0.1.4)
@@ -289,14 +289,14 @@ GEM
289289
rouge (~> 2.0.7)
290290
xcpretty-travis-formatter (1.0.1)
291291
xcpretty (~> 0.2, >= 0.0.7)
292-
zeitwerk (2.6.6)
292+
zeitwerk (2.6.7)
293293

294294
PLATFORMS
295295
ruby
296296
universal-darwin-20
297297

298298
DEPENDENCIES
299-
cocoapods (= 1.11.3)
299+
cocoapods (= 1.12.0)
300300
fastlane (= 2.211.0)
301301
json (= 2.6.3)
302302
netrc (= 0.11.0)

0 commit comments

Comments
 (0)