Skip to content

Commit e5498e5

Browse files
committed
Updated Gemfile
1 parent 281736d commit e5498e5

File tree

2 files changed

+39
-37
lines changed

2 files changed

+39
-37
lines changed

Gemfile.lock

Lines changed: 38 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.0)
4+
CFPropertyList (3.0.2)
55
activesupport (4.2.11.1)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
addressable (2.6.0)
11-
public_suffix (>= 2.0.2, < 4.0)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
1212
atomos (0.1.3)
13-
babosa (1.0.2)
14-
claide (1.0.2)
13+
babosa (1.0.3)
14+
claide (1.0.3)
1515
cocoapods (1.7.0.beta.3)
1616
activesupport (>= 4.0.2, < 5)
1717
claide (>= 1.0.2, < 2.0)
@@ -53,21 +53,21 @@ GEM
5353
declarative (0.0.10)
5454
declarative-option (0.1.0)
5555
digest-crc (0.4.1)
56-
domain_name (0.5.20180417)
56+
domain_name (0.5.20190701)
5757
unf (>= 0.0.5, < 1.0.0)
58-
dotenv (2.7.2)
58+
dotenv (2.7.5)
5959
emoji_regex (1.0.1)
6060
escape (0.0.4)
61-
excon (0.64.0)
62-
faraday (0.15.4)
61+
excon (0.71.0)
62+
faraday (0.17.1)
6363
multipart-post (>= 1.2, < 3)
6464
faraday-cookie_jar (0.0.6)
6565
faraday (>= 0.7.4)
6666
http-cookie (~> 1.0.0)
6767
faraday_middleware (0.13.1)
6868
faraday (>= 0.7.4, < 1.0)
69-
fastimage (2.1.5)
70-
fastlane (2.120.0)
69+
fastimage (2.1.7)
70+
fastlane (2.137.0)
7171
CFPropertyList (>= 2.3, < 4.0.0)
7272
addressable (>= 2.3, < 3.0.0)
7373
babosa (>= 1.0.2, < 2.0.0)
@@ -77,22 +77,22 @@ GEM
7777
dotenv (>= 2.1.1, < 3.0.0)
7878
emoji_regex (>= 0.1, < 2.0)
7979
excon (>= 0.45.0, < 1.0.0)
80-
faraday (~> 0.9)
80+
faraday (~> 0.17)
8181
faraday-cookie_jar (~> 0.0.6)
82-
faraday_middleware (~> 0.9)
82+
faraday_middleware (~> 0.13.1)
8383
fastimage (>= 2.1.0, < 3.0.0)
8484
gh_inspector (>= 1.1.2, < 2.0.0)
8585
google-api-client (>= 0.21.2, < 0.24.0)
8686
google-cloud-storage (>= 1.15.0, < 2.0.0)
8787
highline (>= 1.7.2, < 2.0.0)
8888
json (< 3.0.0)
89-
mini_magick (~> 4.5.1)
90-
multi_json
89+
jwt (~> 2.1.0)
90+
mini_magick (>= 4.9.4, < 5.0.0)
9191
multi_xml (~> 0.5)
9292
multipart-post (~> 2.0.0)
9393
plist (>= 3.1.0, < 4.0.0)
9494
public_suffix (~> 2.0.0)
95-
rubyzip (>= 1.2.2, < 2.0.0)
95+
rubyzip (>= 1.3.0, < 2.0.0)
9696
security (= 0.1.3)
9797
simctl (~> 1.6.3)
9898
slack-notifier (>= 2.0.0, < 3.0.0)
@@ -115,9 +115,9 @@ GEM
115115
representable (~> 3.0)
116116
retriable (>= 2.0, < 4.0)
117117
signet (~> 0.9)
118-
google-cloud-core (1.3.0)
118+
google-cloud-core (1.4.1)
119119
google-cloud-env (~> 1.0)
120-
google-cloud-env (1.0.5)
120+
google-cloud-env (1.3.0)
121121
faraday (~> 0.11)
122122
google-cloud-storage (1.16.0)
123123
digest-crc (~> 0.4)
@@ -139,21 +139,21 @@ GEM
139139
concurrent-ruby (~> 1.0)
140140
json (2.1.0)
141141
jwt (2.1.0)
142-
memoist (0.16.0)
143-
mime-types (3.2.2)
142+
memoist (0.16.2)
143+
mime-types (3.3)
144144
mime-types-data (~> 3.2015)
145-
mime-types-data (3.2019.0331)
146-
mini_magick (4.5.1)
145+
mime-types-data (3.2019.1009)
146+
mini_magick (4.9.5)
147147
minitest (5.11.3)
148148
molinillo (0.6.6)
149-
multi_json (1.13.1)
149+
multi_json (1.14.1)
150150
multi_xml (0.6.0)
151151
multipart-post (2.0.0)
152152
nanaimo (0.2.6)
153153
nap (1.1.0)
154154
naturally (2.2.0)
155155
netrc (0.11.0)
156-
os (1.0.0)
156+
os (1.0.1)
157157
plist (3.5.0)
158158
public_suffix (2.0.5)
159159
representable (3.0.4)
@@ -163,49 +163,51 @@ GEM
163163
retriable (3.1.2)
164164
rouge (2.0.7)
165165
ruby-macho (1.4.0)
166-
rubyzip (1.2.2)
166+
rubyzip (1.3.0)
167167
security (0.1.3)
168-
signet (0.11.0)
168+
signet (0.12.0)
169169
addressable (~> 2.3)
170170
faraday (~> 0.9)
171171
jwt (>= 1.5, < 3.0)
172172
multi_json (~> 1.10)
173-
simctl (1.6.5)
173+
simctl (1.6.6)
174174
CFPropertyList
175175
naturally
176176
slack-notifier (2.3.2)
177177
terminal-notifier (2.0.0)
178178
terminal-table (1.8.0)
179179
unicode-display_width (~> 1.1, >= 1.1.1)
180180
thread_safe (0.3.6)
181-
tty-cursor (0.6.1)
182-
tty-screen (0.6.5)
183-
tty-spinner (0.9.0)
184-
tty-cursor (~> 0.6.0)
181+
tty-cursor (0.7.0)
182+
tty-screen (0.7.0)
183+
tty-spinner (0.9.2)
184+
tty-cursor (~> 0.7)
185185
tzinfo (1.2.5)
186186
thread_safe (~> 0.1)
187187
uber (0.1.0)
188188
unf (0.1.4)
189189
unf_ext
190-
unf_ext (0.0.7.5)
191-
unicode-display_width (1.5.0)
190+
unf_ext (0.0.7.6)
191+
unicode-display_width (1.6.0)
192192
word_wrap (1.0.0)
193-
xcodeproj (1.8.2)
193+
xcodeproj (1.13.0)
194194
CFPropertyList (>= 2.3.3, < 4.0)
195195
atomos (~> 0.1.3)
196196
claide (>= 1.0.2, < 2.0)
197197
colored2 (~> 3.1)
198198
nanaimo (~> 0.2.6)
199-
xcov (1.5.0)
199+
xcov (1.7.0)
200200
fastlane (>= 2.82.0, < 3.0.0)
201201
multipart-post
202202
slack-notifier
203203
terminal-table
204204
xcodeproj
205+
xcresult (~> 0.2.0)
205206
xcpretty (0.3.0)
206207
rouge (~> 2.0.7)
207208
xcpretty-travis-formatter (1.0.0)
208209
xcpretty (~> 0.2, >= 0.0.7)
210+
xcresult (0.2.0)
209211

210212
PLATFORMS
211213
ruby
@@ -217,4 +219,4 @@ DEPENDENCIES
217219
xcov
218220

219221
BUNDLED WITH
220-
2.0.1
222+
2.0.2

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ SPEC CHECKSUMS:
2727

2828
PODFILE CHECKSUM: 6a84a4eada474315f0e394fa18031f32df0658a4
2929

30-
COCOAPODS: 1.6.1
30+
COCOAPODS: 1.7.0.beta.3

0 commit comments

Comments
 (0)