Skip to content

Commit 868a7e8

Browse files
Update dependency cocoapods to v1.10.1 (#68)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7a90ac0 commit 868a7e8

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Gemfile

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

3-
gem "cocoapods", "1.10.0"
3+
gem "cocoapods", "1.10.1"
44
gem "fastlane", "~> 2.137"

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.2)
5-
activesupport (5.2.4.4)
4+
CFPropertyList (3.0.3)
5+
activesupport (5.2.4.5)
66
concurrent-ruby (~> 1.0, >= 1.0.2)
77
i18n (>= 0.7, < 2)
88
minitest (~> 5.1)
99
tzinfo (~> 1.1)
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
12-
algoliasearch (1.27.4)
12+
algoliasearch (1.27.5)
1313
httpclient (~> 2.8, >= 2.8.3)
1414
json (>= 1.5.1)
1515
atomos (0.1.3)
@@ -31,10 +31,10 @@ GEM
3131
aws-eventstream (~> 1, >= 1.0.2)
3232
babosa (1.0.4)
3333
claide (1.0.3)
34-
cocoapods (1.10.0)
34+
cocoapods (1.10.1)
3535
addressable (~> 2.6)
3636
claide (>= 1.0.2, < 2.0)
37-
cocoapods-core (= 1.10.0)
37+
cocoapods-core (= 1.10.1)
3838
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3939
cocoapods-downloader (>= 1.4.0, < 2.0)
4040
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -49,7 +49,7 @@ GEM
4949
nap (~> 1.0)
5050
ruby-macho (~> 1.4)
5151
xcodeproj (>= 1.19.0, < 2.0)
52-
cocoapods-core (1.10.0)
52+
cocoapods-core (1.10.1)
5353
activesupport (> 5.0, < 6)
5454
addressable (~> 2.6)
5555
algoliasearch (~> 1.0)
@@ -72,7 +72,7 @@ GEM
7272
colored2 (3.1.2)
7373
commander-fastlane (4.4.6)
7474
highline (~> 1.7.2)
75-
concurrent-ruby (1.1.7)
75+
concurrent-ruby (1.1.8)
7676
declarative (0.0.20)
7777
declarative-option (0.1.0)
7878
digest-crc (0.6.1)
@@ -130,7 +130,7 @@ GEM
130130
xcodeproj (>= 1.13.0, < 2.0.0)
131131
xcpretty (~> 0.3.0)
132132
xcpretty-travis-formatter (>= 0.0.3)
133-
ffi (1.13.1)
133+
ffi (1.15.0)
134134
fourflusher (2.3.1)
135135
fuzzy_match (2.0.4)
136136
gh_inspector (1.1.3)
@@ -166,15 +166,15 @@ GEM
166166
http-cookie (1.0.3)
167167
domain_name (~> 0.5)
168168
httpclient (2.8.3)
169-
i18n (1.8.5)
169+
i18n (1.8.9)
170170
concurrent-ruby (~> 1.0)
171171
jmespath (1.4.0)
172-
json (2.3.1)
172+
json (2.5.1)
173173
jwt (2.2.2)
174174
memoist (0.16.2)
175175
mini_magick (4.10.1)
176176
mini_mime (1.0.2)
177-
minitest (5.14.2)
177+
minitest (5.14.4)
178178
molinillo (0.6.6)
179179
multi_json (1.15.0)
180180
multipart-post (2.0.0)
@@ -215,7 +215,7 @@ GEM
215215
tty-cursor (~> 0.7)
216216
typhoeus (1.4.0)
217217
ethon (>= 0.9.0)
218-
tzinfo (1.2.7)
218+
tzinfo (1.2.9)
219219
thread_safe (~> 0.1)
220220
uber (0.1.0)
221221
unf (0.1.4)
@@ -238,7 +238,7 @@ PLATFORMS
238238
ruby
239239

240240
DEPENDENCIES
241-
cocoapods (= 1.10.0)
241+
cocoapods (= 1.10.1)
242242
fastlane (~> 2.137)
243243

244244
BUNDLED WITH

0 commit comments

Comments
 (0)