Skip to content

Commit ec63b66

Browse files
authored
Update to CocoaPods 1.8.0 (#3908)
1 parent 526572d commit ec63b66

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# commit Gemfile and Gemfile.lock.
33
source 'https://rubygems.org'
44

5-
gem 'cocoapods', "1.7.5"
5+
gem 'cocoapods', "1.8.0"
66
gem 'cocoapods-generate', '1.6.0'

Gemfile.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.0)
4+
CFPropertyList (3.0.1)
55
activesupport (4.2.11.1)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10+
algoliasearch (1.27.0)
11+
httpclient (~> 2.8, >= 2.8.3)
12+
json (>= 1.5.1)
1013
atomos (0.1.3)
11-
claide (1.0.2)
12-
cocoapods (1.7.5)
14+
claide (1.0.3)
15+
cocoapods (1.8.0)
1316
activesupport (>= 4.0.2, < 5)
1417
claide (>= 1.0.2, < 2.0)
15-
cocoapods-core (= 1.7.5)
18+
cocoapods-core (= 1.8.0)
1619
cocoapods-deintegrate (>= 1.0.3, < 2.0)
1720
cocoapods-downloader (>= 1.2.2, < 2.0)
1821
cocoapods-plugins (>= 1.0.0, < 2.0)
1922
cocoapods-search (>= 1.0.0, < 2.0)
2023
cocoapods-stats (>= 1.0.0, < 2.0)
21-
cocoapods-trunk (>= 1.3.1, < 2.0)
24+
cocoapods-trunk (>= 1.4.0, < 2.0)
2225
cocoapods-try (>= 1.1.0, < 2.0)
2326
colored2 (~> 3.1)
2427
escape (~> 0.0.4)
@@ -27,9 +30,11 @@ GEM
2730
molinillo (~> 0.6.6)
2831
nap (~> 1.0)
2932
ruby-macho (~> 1.4)
30-
xcodeproj (>= 1.10.0, < 2.0)
31-
cocoapods-core (1.7.5)
33+
xcodeproj (>= 1.11.1, < 2.0)
34+
cocoapods-core (1.8.0)
3235
activesupport (>= 4.0.2, < 6)
36+
algoliasearch (~> 1.0)
37+
concurrent-ruby (~> 1.0)
3338
fuzzy_match (~> 2.0.4)
3439
nap (~> 1.0)
3540
cocoapods-deintegrate (1.0.4)
@@ -41,7 +46,7 @@ GEM
4146
nap
4247
cocoapods-search (1.0.0)
4348
cocoapods-stats (1.1.0)
44-
cocoapods-trunk (1.3.1)
49+
cocoapods-trunk (1.4.0)
4550
nap (>= 0.8, < 2.0)
4651
netrc (~> 0.11)
4752
cocoapods-try (1.1.0)
@@ -51,9 +56,11 @@ GEM
5156
fourflusher (2.3.1)
5257
fuzzy_match (2.0.4)
5358
gh_inspector (1.1.3)
59+
httpclient (2.8.3)
5460
i18n (0.9.5)
5561
concurrent-ruby (~> 1.0)
56-
minitest (5.11.3)
62+
json (2.2.0)
63+
minitest (5.12.0)
5764
molinillo (0.6.6)
5865
nanaimo (0.2.6)
5966
nap (1.1.0)
@@ -62,7 +69,7 @@ GEM
6269
thread_safe (0.3.6)
6370
tzinfo (1.2.5)
6471
thread_safe (~> 0.1)
65-
xcodeproj (1.11.0)
72+
xcodeproj (1.12.0)
6673
CFPropertyList (>= 2.3.3, < 4.0)
6774
atomos (~> 0.1.3)
6875
claide (>= 1.0.2, < 2.0)
@@ -73,7 +80,7 @@ PLATFORMS
7380
ruby
7481

7582
DEPENDENCIES
76-
cocoapods (= 1.7.5)
83+
cocoapods (= 1.8.0)
7784
cocoapods-generate (= 1.6.0)
7885

7986
BUNDLED WITH

0 commit comments

Comments
 (0)