Skip to content

Commit b4fca7c

Browse files
Bump CocoaPods
1 parent 91ab98f commit b4fca7c

File tree

2 files changed

+35
-21
lines changed

2 files changed

+35
-21
lines changed

Gemfile

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

3-
gem 'cocoapods', '~> 1.6.0'
3+
gem 'cocoapods', '~> 1.9.1'

Gemfile.lock

Lines changed: 34 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,79 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.0)
5-
activesupport (4.2.11.1)
4+
CFPropertyList (3.0.2)
5+
activesupport (4.2.11.3)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10+
algoliasearch (1.27.2)
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.6.1)
14+
claide (1.0.3)
15+
cocoapods (1.9.1)
1316
activesupport (>= 4.0.2, < 5)
1417
claide (>= 1.0.2, < 2.0)
15-
cocoapods-core (= 1.6.1)
16-
cocoapods-deintegrate (>= 1.0.2, < 2.0)
18+
cocoapods-core (= 1.9.1)
19+
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)
25-
fourflusher (>= 2.2.0, < 3.0)
28+
fourflusher (>= 2.3.0, < 3.0)
2629
gh_inspector (~> 1.0)
2730
molinillo (~> 0.6.6)
2831
nap (~> 1.0)
2932
ruby-macho (~> 1.4)
30-
xcodeproj (>= 1.8.1, < 2.0)
31-
cocoapods-core (1.6.1)
33+
xcodeproj (>= 1.14.0, < 2.0)
34+
cocoapods-core (1.9.1)
3235
activesupport (>= 4.0.2, < 6)
36+
algoliasearch (~> 1.0)
37+
concurrent-ruby (~> 1.1)
3338
fuzzy_match (~> 2.0.4)
3439
nap (~> 1.0)
40+
netrc (~> 0.11)
41+
typhoeus (~> 1.0)
3542
cocoapods-deintegrate (1.0.4)
36-
cocoapods-downloader (1.2.2)
43+
cocoapods-downloader (1.3.0)
3744
cocoapods-plugins (1.0.0)
3845
nap
3946
cocoapods-search (1.0.0)
4047
cocoapods-stats (1.1.0)
41-
cocoapods-trunk (1.3.1)
48+
cocoapods-trunk (1.5.0)
4249
nap (>= 0.8, < 2.0)
4350
netrc (~> 0.11)
44-
cocoapods-try (1.1.0)
51+
cocoapods-try (1.2.0)
4552
colored2 (3.1.2)
46-
concurrent-ruby (1.1.5)
53+
concurrent-ruby (1.1.6)
4754
escape (0.0.4)
48-
fourflusher (2.2.0)
55+
ethon (0.12.0)
56+
ffi (>= 1.3.0)
57+
ffi (1.12.2)
58+
fourflusher (2.3.1)
4959
fuzzy_match (2.0.4)
5060
gh_inspector (1.1.3)
61+
httpclient (2.8.3)
5162
i18n (0.9.5)
5263
concurrent-ruby (~> 1.0)
53-
minitest (5.11.3)
64+
json (2.3.0)
65+
minitest (5.14.1)
5466
molinillo (0.6.6)
5567
nanaimo (0.2.6)
5668
nap (1.1.0)
5769
netrc (0.11.0)
5870
ruby-macho (1.4.0)
5971
thread_safe (0.3.6)
60-
tzinfo (1.2.5)
72+
typhoeus (1.4.0)
73+
ethon (>= 0.9.0)
74+
tzinfo (1.2.7)
6175
thread_safe (~> 0.1)
62-
xcodeproj (1.8.2)
76+
xcodeproj (1.16.0)
6377
CFPropertyList (>= 2.3.3, < 4.0)
6478
atomos (~> 0.1.3)
6579
claide (>= 1.0.2, < 2.0)
@@ -70,7 +84,7 @@ PLATFORMS
7084
ruby
7185

7286
DEPENDENCIES
73-
cocoapods (~> 1.6.0)
87+
cocoapods (~> 1.9.1)
7488

7589
BUNDLED WITH
76-
2.0.1
90+
2.1.4

0 commit comments

Comments
 (0)