Skip to content

Commit 979c0c5

Browse files
authored
Update to CocoaPod 1.10.2 (#8453)
1 parent 20df2af commit 979c0c5

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

Gemfile

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

5-
gem 'cocoapods', '1.10.1'
5+
gem 'cocoapods', '1.10.2'
66

77
gem 'cocoapods-generate', '2.0.1'
88
gem 'danger', '6.1.0'

Gemfile.lock

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
CFPropertyList (3.0.3)
5-
activesupport (5.2.4.4)
5+
activesupport (5.2.6)
66
concurrent-ruby (~> 1.0, >= 1.0.2)
77
i18n (>= 0.7, < 2)
88
minitest (~> 5.1)
@@ -18,10 +18,10 @@ GEM
1818
cork
1919
nap
2020
open4 (~> 1.3)
21-
cocoapods (1.10.1)
21+
cocoapods (1.10.2)
2222
addressable (~> 2.6)
2323
claide (>= 1.0.2, < 2.0)
24-
cocoapods-core (= 1.10.1)
24+
cocoapods-core (= 1.10.2)
2525
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2626
cocoapods-downloader (>= 1.4.0, < 2.0)
2727
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -36,7 +36,7 @@ GEM
3636
nap (~> 1.0)
3737
ruby-macho (~> 1.4)
3838
xcodeproj (>= 1.19.0, < 2.0)
39-
cocoapods-core (1.10.1)
39+
cocoapods-core (1.10.2)
4040
activesupport (> 5.0, < 6)
4141
addressable (~> 2.6)
4242
algoliasearch (~> 1.0)
@@ -59,7 +59,7 @@ GEM
5959
netrc (~> 0.11)
6060
cocoapods-try (1.2.0)
6161
colored2 (3.1.2)
62-
concurrent-ruby (1.1.7)
62+
concurrent-ruby (1.1.9)
6363
cork (0.3.0)
6464
colored2 (~> 3.1)
6565
danger (6.1.0)
@@ -76,26 +76,26 @@ GEM
7676
octokit (~> 4.7)
7777
terminal-table (~> 1)
7878
escape (0.0.4)
79-
ethon (0.12.0)
80-
ffi (>= 1.3.0)
79+
ethon (0.14.0)
80+
ffi (>= 1.15.0)
8181
faraday (0.17.0)
8282
multipart-post (>= 1.2, < 3)
8383
faraday-http-cache (2.0.0)
8484
faraday (~> 0.8)
85-
ffi (1.14.2)
85+
ffi (1.15.3)
8686
fourflusher (2.3.1)
8787
fuzzy_match (2.0.4)
8888
gh_inspector (1.1.3)
8989
git (1.5.0)
9090
httpclient (2.8.3)
91-
i18n (1.8.7)
91+
i18n (1.8.10)
9292
concurrent-ruby (~> 1.0)
9393
json (2.5.1)
9494
kramdown (2.3.1)
9595
rexml
9696
kramdown-parser-gfm (1.1.0)
9797
kramdown (~> 2.0)
98-
minitest (5.14.3)
98+
minitest (5.14.4)
9999
molinillo (0.6.6)
100100
multipart-post (2.1.1)
101101
nanaimo (0.3.0)
@@ -119,20 +119,21 @@ GEM
119119
tzinfo (1.2.9)
120120
thread_safe (~> 0.1)
121121
unicode-display_width (1.6.0)
122-
xcodeproj (1.19.0)
122+
xcodeproj (1.20.0)
123123
CFPropertyList (>= 2.3.3, < 4.0)
124124
atomos (~> 0.1.3)
125125
claide (>= 1.0.2, < 2.0)
126126
colored2 (~> 3.1)
127127
nanaimo (~> 0.3.0)
128+
rexml (~> 3.2.4)
128129

129130
PLATFORMS
130131
ruby
131132

132133
DEPENDENCIES
133-
cocoapods (= 1.10.1)
134+
cocoapods (= 1.10.2)
134135
cocoapods-generate (= 2.0.1)
135136
danger (= 6.1.0)
136137

137138
BUNDLED WITH
138-
2.1.2
139+
2.1.4

0 commit comments

Comments
 (0)