Skip to content

Commit 443c71f

Browse files
committed
Update CocoaPods version to 1.9.1
1 parent 35c458c commit 443c71f

File tree

2 files changed

+36
-21
lines changed

2 files changed

+36
-21
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
22

3-
gem 'cocoapods', '~> 1.6.0'
3+
gem 'cocoapods', '~> 1.9.1'
44
gem 'jazzy'
5-
gem 'xcpretty'
5+
gem 'xcpretty'

Gemfile.lock

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,64 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.0)
5-
activesupport (4.2.11)
4+
CFPropertyList (3.0.2)
5+
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.1)
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)
35-
cocoapods-deintegrate (1.0.3)
36-
cocoapods-downloader (1.2.2)
40+
netrc (~> 0.11)
41+
typhoeus (~> 1.0)
42+
cocoapods-deintegrate (1.0.4)
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.4.1)
4249
nap (>= 0.8, < 2.0)
4350
netrc (~> 0.11)
4451
cocoapods-try (1.1.0)
4552
colored2 (3.1.2)
46-
concurrent-ruby (1.1.4)
53+
concurrent-ruby (1.1.6)
4754
escape (0.0.4)
55+
ethon (0.12.0)
56+
ffi (>= 1.3.0)
4857
ffi (1.10.0)
49-
fourflusher (2.2.0)
58+
fourflusher (2.3.1)
5059
fuzzy_match (2.0.4)
5160
gh_inspector (1.1.3)
61+
httpclient (2.8.3)
5262
i18n (0.9.5)
5363
concurrent-ruby (~> 1.0)
5464
jazzy (0.9.4)
@@ -60,8 +70,9 @@ GEM
6070
sass (~> 3.4)
6171
sqlite3 (~> 1.3)
6272
xcinvoke (~> 0.3.0)
73+
json (2.3.0)
6374
liferaft (0.0.6)
64-
minitest (5.11.3)
75+
minitest (5.14.0)
6576
molinillo (0.6.6)
6677
mustache (0.99.8)
6778
nanaimo (0.2.6)
@@ -81,23 +92,27 @@ GEM
8192
rb-inotify (~> 0.9, >= 0.9.7)
8293
sqlite3 (1.4.0)
8394
thread_safe (0.3.6)
84-
tzinfo (1.2.5)
95+
typhoeus (1.3.1)
96+
ethon (>= 0.9.0)
97+
tzinfo (1.2.7)
8598
thread_safe (~> 0.1)
8699
xcinvoke (0.3.0)
87100
liferaft (~> 0.0.6)
88-
xcodeproj (1.8.1)
101+
xcodeproj (1.16.0)
89102
CFPropertyList (>= 2.3.3, < 4.0)
90103
atomos (~> 0.1.3)
91104
claide (>= 1.0.2, < 2.0)
92105
colored2 (~> 3.1)
93106
nanaimo (~> 0.2.6)
107+
xcpretty (0.1.12)
94108

95109
PLATFORMS
96110
ruby
97111

98112
DEPENDENCIES
99-
cocoapods (~> 1.6.0)
113+
cocoapods (~> 1.9.1)
100114
jazzy
115+
xcpretty
101116

102117
BUNDLED WITH
103118
1.17.2

0 commit comments

Comments
 (0)