Skip to content

Commit f70e2e7

Browse files
authored
Merge pull request #249 from criticalmaps/create-pull-request/patch
Update dependencies
2 parents 7b73833 + f647d4c commit f70e2e7

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

Gemfile.lock

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ GEM
1515
atomos (0.1.3)
1616
babosa (1.0.3)
1717
claide (1.0.3)
18-
cocoapods (1.8.4)
18+
cocoapods (1.9.0)
1919
activesupport (>= 4.0.2, < 5)
2020
claide (>= 1.0.2, < 2.0)
21-
cocoapods-core (= 1.8.4)
21+
cocoapods-core (= 1.9.0)
2222
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2323
cocoapods-downloader (>= 1.2.2, < 2.0)
2424
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -33,13 +33,15 @@ GEM
3333
molinillo (~> 0.6.6)
3434
nap (~> 1.0)
3535
ruby-macho (~> 1.4)
36-
xcodeproj (>= 1.11.1, < 2.0)
37-
cocoapods-core (1.8.4)
36+
xcodeproj (>= 1.14.0, < 2.0)
37+
cocoapods-core (1.9.0)
3838
activesupport (>= 4.0.2, < 6)
3939
algoliasearch (~> 1.0)
4040
concurrent-ruby (~> 1.1)
4141
fuzzy_match (~> 2.0.4)
4242
nap (~> 1.0)
43+
netrc (~> 0.11)
44+
typhoeus (~> 1.0)
4345
cocoapods-deintegrate (1.0.4)
4446
cocoapods-downloader (1.3.0)
4547
cocoapods-plugins (1.0.0)
@@ -63,6 +65,8 @@ GEM
6365
dotenv (2.7.5)
6466
emoji_regex (1.0.1)
6567
escape (0.0.4)
68+
ethon (0.12.0)
69+
ffi (>= 1.3.0)
6670
excon (0.72.0)
6771
faraday (0.17.3)
6872
multipart-post (>= 1.2, < 3)
@@ -109,6 +113,7 @@ GEM
109113
xcodeproj (>= 1.13.0, < 2.0.0)
110114
xcpretty (~> 0.3.0)
111115
xcpretty-travis-formatter (>= 0.0.3)
116+
ffi (1.12.2)
112117
fourflusher (2.3.1)
113118
fuzzy_match (2.0.4)
114119
gh_inspector (1.1.3)
@@ -133,8 +138,8 @@ GEM
133138
google-cloud-core (~> 1.2)
134139
googleauth (~> 0.9)
135140
mini_mime (~> 1.0)
136-
googleauth (0.10.0)
137-
faraday (~> 0.12)
141+
googleauth (0.11.0)
142+
faraday (>= 0.17.3, < 2.0)
138143
jwt (>= 1.4, < 3.0)
139144
memoist (~> 0.16)
140145
multi_json (~> 1.11)
@@ -172,9 +177,9 @@ GEM
172177
ruby-macho (1.4.0)
173178
rubyzip (1.3.0)
174179
security (0.1.3)
175-
signet (0.12.0)
180+
signet (0.13.0)
176181
addressable (~> 2.3)
177-
faraday (~> 0.9)
182+
faraday (>= 0.17.3, < 2.0)
178183
jwt (>= 1.5, < 3.0)
179184
multi_json (~> 1.10)
180185
simctl (1.6.8)
@@ -189,6 +194,8 @@ GEM
189194
tty-screen (0.7.1)
190195
tty-spinner (0.9.3)
191196
tty-cursor (~> 0.7)
197+
typhoeus (1.3.1)
198+
ethon (>= 0.9.0)
192199
tzinfo (1.2.6)
193200
thread_safe (~> 0.1)
194201
uber (0.1.0)

bin/swiftformat

384 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)