Skip to content

Commit 8dfd18b

Browse files
authored
Merge pull request #294 from wordpress-mobile/bundle-update
Fix security issues with old gems
2 parents 63ba1f8 + 89e4b26 commit 8dfd18b

File tree

2 files changed

+59
-51
lines changed

2 files changed

+59
-51
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ _None_
3434
### Internal Changes
3535

3636
* Opt-out from installing platform-specific gems with Bundler [#293]
37+
* Update gems in the repository to fix `addressable` security vulnerability [#294]
3738

3839
## 1.3.1
3940

Gemfile.lock

Lines changed: 58 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GEM
2424
i18n (>= 0.7, < 2)
2525
minitest (~> 5.1)
2626
tzinfo (~> 1.1)
27-
addressable (2.7.0)
27+
addressable (2.8.0)
2828
public_suffix (>= 2.0.2, < 5.0)
2929
algoliasearch (1.27.5)
3030
httpclient (~> 2.8, >= 2.8.3)
@@ -33,20 +33,20 @@ GEM
3333
ast (2.4.2)
3434
atomos (0.1.3)
3535
aws-eventstream (1.1.1)
36-
aws-partitions (1.464.0)
37-
aws-sdk-core (3.114.0)
36+
aws-partitions (1.483.0)
37+
aws-sdk-core (3.119.0)
3838
aws-eventstream (~> 1, >= 1.0.2)
3939
aws-partitions (~> 1, >= 1.239.0)
4040
aws-sigv4 (~> 1.1)
4141
jmespath (~> 1.0)
42-
aws-sdk-kms (1.43.0)
43-
aws-sdk-core (~> 3, >= 3.112.0)
42+
aws-sdk-kms (1.46.0)
43+
aws-sdk-core (~> 3, >= 3.119.0)
4444
aws-sigv4 (~> 1.1)
45-
aws-sdk-s3 (1.95.1)
46-
aws-sdk-core (~> 3, >= 3.112.0)
45+
aws-sdk-s3 (1.98.0)
46+
aws-sdk-core (~> 3, >= 3.119.0)
4747
aws-sdk-kms (~> 1)
4848
aws-sigv4 (~> 1.1)
49-
aws-sigv4 (1.2.3)
49+
aws-sigv4 (1.2.4)
5050
aws-eventstream (~> 1, >= 1.0.2)
5151
babosa (1.0.4)
5252
bigdecimal (1.4.4)
@@ -105,7 +105,7 @@ GEM
105105
colored2 (~> 3.1)
106106
crack (0.4.5)
107107
rexml
108-
danger (8.2.3)
108+
danger (8.3.1)
109109
claide (~> 1.0)
110110
claide-plugins (>= 0.9.2)
111111
colored2 (~> 3.1)
@@ -118,13 +118,13 @@ GEM
118118
no_proxy_fix
119119
octokit (~> 4.7)
120120
terminal-table (>= 1, < 4)
121-
danger-rubocop (0.9.4)
121+
danger-rubocop (0.9.5)
122122
danger
123123
rubocop (~> 1.0)
124124
declarative (0.0.20)
125125
diff-lcs (1.4.4)
126126
diffy (3.4.0)
127-
digest-crc (0.6.3)
127+
digest-crc (0.6.4)
128128
rake (>= 12.0.0, < 14.0.0)
129129
docile (1.4.0)
130130
domain_name (0.5.20190701)
@@ -134,13 +134,16 @@ GEM
134134
escape (0.0.4)
135135
ethon (0.14.0)
136136
ffi (>= 1.15.0)
137-
excon (0.81.0)
138-
faraday (1.4.2)
137+
excon (0.85.0)
138+
faraday (1.6.0)
139139
faraday-em_http (~> 1.0)
140140
faraday-em_synchrony (~> 1.0)
141141
faraday-excon (~> 1.1)
142+
faraday-httpclient (~> 1.0.1)
142143
faraday-net_http (~> 1.0)
143144
faraday-net_http_persistent (~> 1.1)
145+
faraday-patron (~> 1.0)
146+
faraday-rack (~> 1.0)
144147
multipart-post (>= 1.2, < 3)
145148
ruby2_keywords (>= 0.0.4)
146149
faraday-cookie_jar (0.0.7)
@@ -151,14 +154,17 @@ GEM
151154
faraday-excon (1.1.0)
152155
faraday-http-cache (2.2.0)
153156
faraday (>= 0.8)
157+
faraday-httpclient (1.0.1)
154158
faraday-net_http (1.0.1)
155-
faraday-net_http_persistent (1.1.0)
156-
faraday_middleware (1.0.0)
159+
faraday-net_http_persistent (1.2.0)
160+
faraday-patron (1.0.0)
161+
faraday-rack (1.0.0)
162+
faraday_middleware (1.1.0)
157163
faraday (~> 1.0)
158-
fastimage (2.2.3)
159-
fastlane (2.184.0)
164+
fastimage (2.2.4)
165+
fastlane (2.190.0)
160166
CFPropertyList (>= 2.3, < 4.0.0)
161-
addressable (>= 2.3, < 3.0.0)
167+
addressable (>= 2.8, < 3.0.0)
162168
artifactory (~> 3.0)
163169
aws-sdk-s3 (~> 1.0)
164170
babosa (>= 1.0.3, < 2.0.0)
@@ -173,7 +179,7 @@ GEM
173179
faraday_middleware (~> 1.0)
174180
fastimage (>= 2.1.0, < 3.0.0)
175181
gh_inspector (>= 1.1.2, < 2.0.0)
176-
google-apis-androidpublisher_v3 (~> 0.1)
182+
google-apis-androidpublisher_v3 (~> 0.3)
177183
google-apis-playcustomapp_v1 (~> 0.1)
178184
google-cloud-storage (~> 1.31)
179185
highline (~> 2.0)
@@ -198,41 +204,40 @@ GEM
198204
fourflusher (2.3.1)
199205
fuzzy_match (2.0.4)
200206
gh_inspector (1.1.3)
201-
git (1.8.1)
207+
git (1.9.1)
202208
rchardet (~> 1.8)
203-
google-apis-androidpublisher_v3 (0.4.0)
204-
google-apis-core (~> 0.1)
205-
google-apis-core (0.3.0)
209+
google-apis-androidpublisher_v3 (0.10.0)
210+
google-apis-core (>= 0.4, < 2.a)
211+
google-apis-core (0.4.1)
206212
addressable (~> 2.5, >= 2.5.1)
207-
googleauth (~> 0.14)
208-
httpclient (>= 2.8.1, < 3.0)
213+
googleauth (>= 0.16.2, < 2.a)
214+
httpclient (>= 2.8.1, < 3.a)
209215
mini_mime (~> 1.0)
210216
representable (~> 3.0)
211-
retriable (>= 2.0, < 4.0)
217+
retriable (>= 2.0, < 4.a)
212218
rexml
213-
signet (~> 0.14)
214219
webrick
215-
google-apis-iamcredentials_v1 (0.4.0)
216-
google-apis-core (~> 0.1)
217-
google-apis-playcustomapp_v1 (0.3.0)
218-
google-apis-core (~> 0.1)
219-
google-apis-storage_v1 (0.4.0)
220-
google-apis-core (~> 0.1)
220+
google-apis-iamcredentials_v1 (0.6.0)
221+
google-apis-core (>= 0.4, < 2.a)
222+
google-apis-playcustomapp_v1 (0.5.0)
223+
google-apis-core (>= 0.4, < 2.a)
224+
google-apis-storage_v1 (0.6.0)
225+
google-apis-core (>= 0.4, < 2.a)
221226
google-cloud-core (1.6.0)
222227
google-cloud-env (~> 1.0)
223228
google-cloud-errors (~> 1.0)
224229
google-cloud-env (1.5.0)
225230
faraday (>= 0.17.3, < 2.0)
226231
google-cloud-errors (1.1.0)
227-
google-cloud-storage (1.31.1)
232+
google-cloud-storage (1.34.1)
228233
addressable (~> 2.5)
229234
digest-crc (~> 0.4)
230235
google-apis-iamcredentials_v1 (~> 0.1)
231236
google-apis-storage_v1 (~> 0.1)
232-
google-cloud-core (~> 1.2)
233-
googleauth (~> 0.9)
237+
google-cloud-core (~> 1.6)
238+
googleauth (>= 0.16.2, < 2.a)
234239
mini_mime (~> 1.0)
235-
googleauth (0.16.2)
240+
googleauth (0.17.0)
236241
faraday (>= 0.17.3, < 2.0)
237242
jwt (>= 1.4, < 3.0)
238243
memoist (~> 0.16)
@@ -241,7 +246,7 @@ GEM
241246
signet (~> 0.14)
242247
hashdiff (1.0.1)
243248
highline (2.0.3)
244-
http-cookie (1.0.3)
249+
http-cookie (1.0.4)
245250
domain_name (~> 0.5)
246251
httpclient (2.8.3)
247252
i18n (1.8.10)
@@ -260,7 +265,7 @@ GEM
260265
method_source (0.9.2)
261266
mini_magick (4.11.0)
262267
mini_mime (1.1.0)
263-
mini_portile2 (2.5.3)
268+
mini_portile2 (2.6.1)
264269
minitest (5.14.4)
265270
molinillo (0.6.6)
266271
multi_json (1.15.0)
@@ -270,19 +275,19 @@ GEM
270275
naturally (2.2.1)
271276
netrc (0.11.0)
272277
no_proxy_fix (0.1.2)
273-
nokogiri (1.11.7)
274-
mini_portile2 (~> 2.5.0)
278+
nokogiri (1.12.2)
279+
mini_portile2 (~> 2.6.1)
275280
racc (~> 1.4)
276281
octokit (4.21.0)
277282
faraday (>= 0.9)
278283
sawyer (~> 0.8.0, >= 0.5.3)
279-
oj (3.12.0)
284+
oj (3.12.3)
280285
open4 (1.3.4)
281286
optimist (3.0.1)
282287
options (2.3.2)
283288
os (1.1.1)
284289
parallel (1.20.1)
285-
parser (3.0.1.1)
290+
parser (3.0.2.0)
286291
ast (~> 2.4.1)
287292
plist (3.6.0)
288293
progress_bar (1.3.3)
@@ -322,16 +327,16 @@ GEM
322327
rspec-support (3.10.2)
323328
rspec_junit_formatter (0.4.1)
324329
rspec-core (>= 2, < 4, != 2.12.0)
325-
rubocop (1.15.0)
330+
rubocop (1.18.4)
326331
parallel (~> 1.10)
327332
parser (>= 3.0.0.0)
328333
rainbow (>= 2.2.2, < 4.0)
329334
regexp_parser (>= 1.8, < 3.0)
330335
rexml
331-
rubocop-ast (>= 1.5.0, < 2.0)
336+
rubocop-ast (>= 1.8.0, < 2.0)
332337
ruby-progressbar (~> 1.7)
333338
unicode-display_width (>= 1.4.0, < 3.0)
334-
rubocop-ast (1.6.0)
339+
rubocop-ast (1.8.0)
335340
parser (>= 3.0.1.1)
336341
rubocop-require_tools (0.1.2)
337342
rubocop (>= 0.49.1)
@@ -340,8 +345,8 @@ GEM
340345
rubocop-ast (>= 1.1.0)
341346
ruby-macho (1.4.0)
342347
ruby-progressbar (1.11.0)
343-
ruby2_keywords (0.0.4)
344-
rubyzip (2.3.0)
348+
ruby2_keywords (0.0.5)
349+
rubyzip (2.3.2)
345350
sawyer (0.8.2)
346351
addressable (>= 2.3.5)
347352
faraday (> 0.8, < 2.0)
@@ -360,7 +365,8 @@ GEM
360365
simplecov-html (~> 0.10.0)
361366
simplecov-html (0.10.2)
362367
terminal-notifier (2.0.0)
363-
terminal-table (1.6.0)
368+
terminal-table (1.8.0)
369+
unicode-display_width (~> 1.1, >= 1.1.1)
364370
thread_safe (0.3.6)
365371
trailblazer-option (0.1.1)
366372
tty-cursor (0.7.1)
@@ -375,19 +381,20 @@ GEM
375381
unf (0.1.4)
376382
unf_ext
377383
unf_ext (0.0.7.7)
378-
unicode-display_width (2.0.0)
384+
unicode-display_width (1.7.0)
379385
webmock (3.13.0)
380386
addressable (>= 2.3.6)
381387
crack (>= 0.3.2)
382388
hashdiff (>= 0.4.0, < 2.0.0)
383389
webrick (1.7.0)
384390
word_wrap (1.0.0)
385-
xcodeproj (1.19.0)
391+
xcodeproj (1.20.0)
386392
CFPropertyList (>= 2.3.3, < 4.0)
387393
atomos (~> 0.1.3)
388394
claide (>= 1.0.2, < 2.0)
389395
colored2 (~> 3.1)
390396
nanaimo (~> 0.3.0)
397+
rexml (~> 3.2.4)
391398
xcpretty (0.3.0)
392399
rouge (~> 2.0.7)
393400
xcpretty-travis-formatter (1.0.1)

0 commit comments

Comments
 (0)