Skip to content

Commit 814d7c0

Browse files
committed
Update cocoapods to 1.14
1 parent f37be18 commit 814d7c0

File tree

2 files changed

+33
-23
lines changed

2 files changed

+33
-23
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'cocoapods', '~> 1.11.0'
3+
gem 'cocoapods', '~> 1.14'

Gemfile.lock

+32-22
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,47 @@
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.6)
6+
activesupport (7.1.2)
7+
base64
8+
bigdecimal
79
concurrent-ruby (~> 1.0, >= 1.0.2)
10+
connection_pool (>= 2.2.5)
11+
drb
812
i18n (>= 1.6, < 2)
913
minitest (>= 5.1)
14+
mutex_m
1015
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.1)
16+
addressable (2.8.6)
1317
public_suffix (>= 2.0.2, < 6.0)
1418
algoliasearch (1.27.5)
1519
httpclient (~> 2.8, >= 2.8.3)
1620
json (>= 1.5.1)
1721
atomos (0.1.3)
22+
base64 (0.2.0)
23+
bigdecimal (3.1.5)
1824
claide (1.1.0)
19-
cocoapods (1.11.3)
25+
cocoapods (1.14.3)
2026
addressable (~> 2.8)
2127
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.11.3)
28+
cocoapods-core (= 1.14.3)
2329
cocoapods-deintegrate (>= 1.0.3, < 2.0)
24-
cocoapods-downloader (>= 1.4.0, < 2.0)
30+
cocoapods-downloader (>= 2.1, < 3.0)
2531
cocoapods-plugins (>= 1.0.0, < 2.0)
2632
cocoapods-search (>= 1.0.0, < 2.0)
27-
cocoapods-trunk (>= 1.4.0, < 2.0)
33+
cocoapods-trunk (>= 1.6.0, < 2.0)
2834
cocoapods-try (>= 1.1.0, < 2.0)
2935
colored2 (~> 3.1)
3036
escape (~> 0.0.4)
3137
fourflusher (>= 2.3.0, < 3.0)
3238
gh_inspector (~> 1.0)
3339
molinillo (~> 0.8.0)
3440
nap (~> 1.0)
35-
ruby-macho (>= 1.0, < 3.0)
36-
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.11.3)
38-
activesupport (>= 5.0, < 7)
41+
ruby-macho (>= 2.3.0, < 3.0)
42+
xcodeproj (>= 1.23.0, < 2.0)
43+
cocoapods-core (1.14.3)
44+
activesupport (>= 5.0, < 8)
3945
addressable (~> 2.8)
4046
algoliasearch (~> 1.0)
4147
concurrent-ruby (~> 1.1)
@@ -45,7 +51,7 @@ GEM
4551
public_suffix (~> 4.0)
4652
typhoeus (~> 1.0)
4753
cocoapods-deintegrate (1.0.5)
48-
cocoapods-downloader (1.6.3)
54+
cocoapods-downloader (2.1)
4955
cocoapods-plugins (1.0.0)
5056
nap
5157
cocoapods-search (1.0.1)
@@ -55,43 +61,47 @@ GEM
5561
cocoapods-try (1.2.0)
5662
colored2 (3.1.2)
5763
concurrent-ruby (1.2.2)
64+
connection_pool (2.4.1)
65+
drb (2.2.0)
66+
ruby2_keywords
5867
escape (0.0.4)
5968
ethon (0.16.0)
6069
ffi (>= 1.15.0)
61-
ffi (1.15.5)
70+
ffi (1.16.3)
6271
fourflusher (2.3.1)
6372
fuzzy_match (2.0.4)
6473
gh_inspector (1.1.3)
6574
httpclient (2.8.3)
6675
i18n (1.14.1)
6776
concurrent-ruby (~> 1.0)
68-
json (2.6.3)
69-
minitest (5.19.0)
77+
json (2.7.1)
78+
minitest (5.20.0)
7079
molinillo (0.8.0)
80+
mutex_m (0.2.0)
7181
nanaimo (0.3.0)
7282
nap (1.1.0)
7383
netrc (0.11.0)
7484
public_suffix (4.0.7)
75-
rexml (3.2.5)
85+
rexml (3.2.6)
7686
ruby-macho (2.5.1)
77-
typhoeus (1.4.0)
87+
ruby2_keywords (0.0.5)
88+
typhoeus (1.4.1)
7889
ethon (>= 0.9.0)
7990
tzinfo (2.0.6)
8091
concurrent-ruby (~> 1.0)
81-
xcodeproj (1.22.0)
92+
xcodeproj (1.23.0)
8293
CFPropertyList (>= 2.3.3, < 4.0)
8394
atomos (~> 0.1.3)
8495
claide (>= 1.0.2, < 2.0)
8596
colored2 (~> 3.1)
8697
nanaimo (~> 0.3.0)
8798
rexml (~> 3.2.4)
88-
zeitwerk (2.6.11)
8999

90100
PLATFORMS
91101
ruby
92102

93103
DEPENDENCIES
94-
cocoapods (~> 1.11.0)
104+
cocoapods (~> 1.14)
95105

96106
BUNDLED WITH
97-
2.3.15
107+
2.4.10

0 commit comments

Comments
 (0)