Skip to content

Commit d6ce1f5

Browse files
authored
chore: update cocoapods for fastlane release (#1225)
1 parent 4ba5666 commit d6ce1f5

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
CFPropertyList (3.0.2)
13-
activesupport (4.2.11.3)
14-
i18n (~> 0.7)
12+
CFPropertyList (3.0.3)
13+
activesupport (5.2.6)
14+
concurrent-ruby (~> 1.0, >= 1.0.2)
15+
i18n (>= 0.7, < 2)
1516
minitest (~> 5.1)
16-
thread_safe (~> 0.3, >= 0.3.4)
1717
tzinfo (~> 1.1)
1818
addressable (2.7.0)
1919
public_suffix (>= 2.0.2, < 5.0)
20-
algoliasearch (1.27.3)
20+
algoliasearch (1.27.5)
2121
httpclient (~> 2.8, >= 2.8.3)
2222
json (>= 1.5.1)
2323
atomos (0.1.3)
@@ -39,15 +39,14 @@ GEM
3939
aws-eventstream (~> 1, >= 1.0.2)
4040
babosa (1.0.3)
4141
claide (1.0.3)
42-
cocoapods (1.9.3)
43-
activesupport (>= 4.0.2, < 5)
42+
cocoapods (1.10.1)
43+
addressable (~> 2.6)
4444
claide (>= 1.0.2, < 2.0)
45-
cocoapods-core (= 1.9.3)
45+
cocoapods-core (= 1.10.1)
4646
cocoapods-deintegrate (>= 1.0.3, < 2.0)
47-
cocoapods-downloader (>= 1.2.2, < 2.0)
47+
cocoapods-downloader (>= 1.4.0, < 2.0)
4848
cocoapods-plugins (>= 1.0.0, < 2.0)
4949
cocoapods-search (>= 1.0.0, < 2.0)
50-
cocoapods-stats (>= 1.0.0, < 2.0)
5150
cocoapods-trunk (>= 1.4.0, < 2.0)
5251
cocoapods-try (>= 1.1.0, < 2.0)
5352
colored2 (~> 3.1)
@@ -57,21 +56,22 @@ GEM
5756
molinillo (~> 0.6.6)
5857
nap (~> 1.0)
5958
ruby-macho (~> 1.4)
60-
xcodeproj (>= 1.14.0, < 2.0)
61-
cocoapods-core (1.9.3)
62-
activesupport (>= 4.0.2, < 6)
59+
xcodeproj (>= 1.19.0, < 2.0)
60+
cocoapods-core (1.10.1)
61+
activesupport (> 5.0, < 6)
62+
addressable (~> 2.6)
6363
algoliasearch (~> 1.0)
6464
concurrent-ruby (~> 1.1)
6565
fuzzy_match (~> 2.0.4)
6666
nap (~> 1.0)
6767
netrc (~> 0.11)
68+
public_suffix
6869
typhoeus (~> 1.0)
6970
cocoapods-deintegrate (1.0.4)
7071
cocoapods-downloader (1.4.0)
7172
cocoapods-plugins (1.0.0)
7273
nap
7374
cocoapods-search (1.0.0)
74-
cocoapods-stats (1.1.0)
7575
cocoapods-trunk (1.5.0)
7676
nap (>= 0.8, < 2.0)
7777
netrc (~> 0.11)
@@ -80,7 +80,7 @@ GEM
8080
colored2 (3.1.2)
8181
commander-fastlane (4.4.6)
8282
highline (~> 1.7.2)
83-
concurrent-ruby (1.1.6)
83+
concurrent-ruby (1.1.8)
8484
declarative (0.0.20)
8585
declarative-option (0.1.0)
8686
digest-crc (0.6.1)
@@ -90,8 +90,8 @@ GEM
9090
dotenv (2.7.6)
9191
emoji_regex (3.0.0)
9292
escape (0.0.4)
93-
ethon (0.12.0)
94-
ffi (>= 1.3.0)
93+
ethon (0.14.0)
94+
ffi (>= 1.15.0)
9595
excon (0.76.0)
9696
faraday (1.0.1)
9797
multipart-post (>= 1.2, < 3)
@@ -137,7 +137,7 @@ GEM
137137
xcodeproj (>= 1.13.0, < 2.0.0)
138138
xcpretty (~> 0.3.0)
139139
xcpretty-travis-formatter (>= 0.0.3)
140-
ffi (1.13.1)
140+
ffi (1.15.0)
141141
fourflusher (2.3.1)
142142
fuzzy_match (2.0.4)
143143
gh_inspector (1.1.3)
@@ -173,15 +173,15 @@ GEM
173173
http-cookie (1.0.3)
174174
domain_name (~> 0.5)
175175
httpclient (2.8.3)
176-
i18n (0.9.5)
176+
i18n (1.8.10)
177177
concurrent-ruby (~> 1.0)
178178
jmespath (1.4.0)
179-
json (2.3.1)
179+
json (2.5.1)
180180
jwt (2.2.1)
181181
memoist (0.16.2)
182182
mini_magick (4.10.1)
183183
mini_mime (1.0.2)
184-
minitest (5.14.1)
184+
minitest (5.14.4)
185185
molinillo (0.6.6)
186186
multi_json (1.15.0)
187187
multipart-post (2.0.0)
@@ -221,15 +221,15 @@ GEM
221221
tty-cursor (~> 0.7)
222222
typhoeus (1.4.0)
223223
ethon (>= 0.9.0)
224-
tzinfo (1.2.7)
224+
tzinfo (1.2.9)
225225
thread_safe (~> 0.1)
226226
uber (0.1.0)
227227
unf (0.1.4)
228228
unf_ext
229229
unf_ext (0.0.7.7)
230230
unicode-display_width (1.7.0)
231231
word_wrap (1.0.0)
232-
xcodeproj (1.17.1)
232+
xcodeproj (1.19.0)
233233
CFPropertyList (>= 2.3.3, < 4.0)
234234
atomos (~> 0.1.3)
235235
claide (>= 1.0.2, < 2.0)

0 commit comments

Comments
 (0)