Skip to content

Commit a90fe1e

Browse files
authored
CocoaPods 1.9.0 is live (#4975)
1 parent f719971 commit a90fe1e

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

Gemfile

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

5-
gem 'cocoapods', "1.8.4"
5+
gem 'cocoapods', "1.9.0"
66
gem 'cocoapods-generate', '1.6.0'
77
gem 'danger', '6.1.0'

Gemfile.lock

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.1)
4+
CFPropertyList (3.0.2)
55
activesupport (4.2.11.1)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
@@ -18,10 +18,10 @@ GEM
1818
cork
1919
nap
2020
open4 (~> 1.3)
21-
cocoapods (1.8.4)
21+
cocoapods (1.9.0)
2222
activesupport (>= 4.0.2, < 5)
2323
claide (>= 1.0.2, < 2.0)
24-
cocoapods-core (= 1.8.4)
24+
cocoapods-core (= 1.9.0)
2525
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2626
cocoapods-downloader (>= 1.2.2, < 2.0)
2727
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -36,16 +36,18 @@ GEM
3636
molinillo (~> 0.6.6)
3737
nap (~> 1.0)
3838
ruby-macho (~> 1.4)
39-
xcodeproj (>= 1.11.1, < 2.0)
40-
cocoapods-core (1.8.4)
39+
xcodeproj (>= 1.14.0, < 2.0)
40+
cocoapods-core (1.9.0)
4141
activesupport (>= 4.0.2, < 6)
4242
algoliasearch (~> 1.0)
4343
concurrent-ruby (~> 1.1)
4444
fuzzy_match (~> 2.0.4)
4545
nap (~> 1.0)
46+
netrc (~> 0.11)
47+
typhoeus (~> 1.0)
4648
cocoapods-deintegrate (1.0.4)
4749
cocoapods-disable-podfile-validations (0.1.1)
48-
cocoapods-downloader (1.2.2)
50+
cocoapods-downloader (1.3.0)
4951
cocoapods-generate (1.6.0)
5052
cocoapods-disable-podfile-validations (~> 0.1.1)
5153
cocoapods-plugins (1.0.0)
@@ -57,7 +59,7 @@ GEM
5759
netrc (~> 0.11)
5860
cocoapods-try (1.1.0)
5961
colored2 (3.1.2)
60-
concurrent-ruby (1.1.5)
62+
concurrent-ruby (1.1.6)
6163
cork (0.3.0)
6264
colored2 (~> 3.1)
6365
danger (6.1.0)
@@ -74,22 +76,25 @@ GEM
7476
octokit (~> 4.7)
7577
terminal-table (~> 1)
7678
escape (0.0.4)
79+
ethon (0.12.0)
80+
ffi (>= 1.3.0)
7781
faraday (0.17.0)
7882
multipart-post (>= 1.2, < 3)
7983
faraday-http-cache (2.0.0)
8084
faraday (~> 0.8)
85+
ffi (1.12.2)
8186
fourflusher (2.3.1)
8287
fuzzy_match (2.0.4)
8388
gh_inspector (1.1.3)
8489
git (1.5.0)
8590
httpclient (2.8.3)
8691
i18n (0.9.5)
8792
concurrent-ruby (~> 1.0)
88-
json (2.2.0)
93+
json (2.3.0)
8994
kramdown (2.1.0)
9095
kramdown-parser-gfm (1.1.0)
9196
kramdown (~> 2.0)
92-
minitest (5.12.2)
97+
minitest (5.14.0)
9398
molinillo (0.6.6)
9499
multipart-post (2.1.1)
95100
nanaimo (0.2.6)
@@ -107,10 +112,12 @@ GEM
107112
terminal-table (1.8.0)
108113
unicode-display_width (~> 1.1, >= 1.1.1)
109114
thread_safe (0.3.6)
110-
tzinfo (1.2.5)
115+
typhoeus (1.3.1)
116+
ethon (>= 0.9.0)
117+
tzinfo (1.2.6)
111118
thread_safe (~> 0.1)
112119
unicode-display_width (1.6.0)
113-
xcodeproj (1.13.0)
120+
xcodeproj (1.15.0)
114121
CFPropertyList (>= 2.3.3, < 4.0)
115122
atomos (~> 0.1.3)
116123
claide (>= 1.0.2, < 2.0)
@@ -121,7 +128,7 @@ PLATFORMS
121128
ruby
122129

123130
DEPENDENCIES
124-
cocoapods (= 1.8.4)
131+
cocoapods (= 1.9.0)
125132
cocoapods-generate (= 1.6.0)
126133
danger (= 6.1.0)
127134

0 commit comments

Comments
 (0)