Skip to content

Commit 8bb48e8

Browse files
authored
Merge pull request #519 from srogers/develop
Update gems in response to a security vulnerability in addressable
2 parents c00d6e9 + 447a3f9 commit 8bb48e8

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

Gemfile.lock

+23-20
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ GEM
5252
tzinfo (~> 1.1)
5353
acts-as-taggable-on (8.1.0)
5454
activerecord (>= 5.0, < 6.2)
55-
addressable (2.7.0)
55+
addressable (2.8.0)
5656
public_suffix (>= 2.0.2, < 5.0)
5757
ansi (1.5.0)
5858
arel (9.0.0)
@@ -97,7 +97,7 @@ GEM
9797
marcel (~> 1.0.0)
9898
mini_mime (>= 0.1.3)
9999
ssrf_filter (~> 1.0)
100-
chartkick (4.0.4)
100+
chartkick (4.0.5)
101101
childprocess (3.0.0)
102102
choice (0.2.0)
103103
chronic_duration (0.10.6)
@@ -114,12 +114,11 @@ GEM
114114
connection_pool (2.2.5)
115115
cookies_eu (1.7.7)
116116
js_cookie_rails (~> 2.2.0)
117-
countries (3.1.0)
118-
i18n_data (~> 0.11.0)
117+
countries (4.0.0)
118+
i18n_data (~> 0.13.0)
119119
sixarm_ruby_unaccent (~> 1.1)
120-
unicode_utils (~> 1.4)
121-
country_select (5.1.0)
122-
countries (~> 3.0)
120+
country_select (6.0.0)
121+
countries (~> 4.0)
123122
sort_alphabetical (~> 1.1)
124123
crass (1.0.6)
125124
cucumber (5.3.0)
@@ -175,26 +174,30 @@ GEM
175174
erubis (2.7.0)
176175
ethon (0.14.0)
177176
ffi (>= 1.15.0)
178-
excon (0.82.0)
177+
excon (0.84.0)
179178
execjs (2.8.1)
180179
factory_bot (6.2.0)
181180
activesupport (>= 5.0.0)
182181
factory_bot_rails (6.2.0)
183182
factory_bot (~> 6.2.0)
184183
railties (>= 5.0.0)
185-
faraday (1.4.2)
184+
faraday (1.5.1)
186185
faraday-em_http (~> 1.0)
187186
faraday-em_synchrony (~> 1.0)
188187
faraday-excon (~> 1.1)
188+
faraday-httpclient (~> 1.0.1)
189189
faraday-net_http (~> 1.0)
190190
faraday-net_http_persistent (~> 1.1)
191+
faraday-patron (~> 1.0)
191192
multipart-post (>= 1.2, < 3)
192193
ruby2_keywords (>= 0.0.4)
193194
faraday-em_http (1.0.0)
194195
faraday-em_synchrony (1.0.0)
195196
faraday-excon (1.1.0)
197+
faraday-httpclient (1.0.1)
196198
faraday-net_http (1.0.1)
197-
faraday-net_http_persistent (1.1.0)
199+
faraday-net_http_persistent (1.2.0)
200+
faraday-patron (1.0.0)
198201
fast_jsonapi (1.5)
199202
activesupport (>= 4.2)
200203
fastimage (2.2.4)
@@ -248,15 +251,15 @@ GEM
248251
ruby_parser (~> 3.5)
249252
i18n (1.8.10)
250253
concurrent-ruby (~> 1.0)
251-
i18n_data (0.11.0)
254+
i18n_data (0.13.0)
252255
image_info (1.2.2)
253256
addressable (~> 2.0)
254257
image_size (~> 2.0)
255258
typhoeus (~> 1.0)
256259
image_processing (1.12.1)
257260
mini_magick (>= 4.9.5, < 5)
258261
ruby-vips (>= 2.0.17, < 3)
259-
image_size (2.1.0)
262+
image_size (2.1.1)
260263
ipaddress (0.8.3)
261264
iso8601 (0.9.1)
262265
jbuilder (2.11.2)
@@ -311,7 +314,7 @@ GEM
311314
middleware (0.1.0)
312315
mime-types (3.3.1)
313316
mime-types-data (~> 3.2015)
314-
mime-types-data (3.2021.0225)
317+
mime-types-data (3.2021.0704)
315318
mini_magick (4.11.0)
316319
mini_mime (1.1.0)
317320
mini_portile2 (2.5.3)
@@ -331,7 +334,7 @@ GEM
331334
ast
332335
ruby-ll (~> 2.1)
333336
parallel (1.20.1)
334-
parser (3.0.1.1)
337+
parser (3.0.2.0)
335338
ast (~> 2.4.1)
336339
pdf-core (0.9.0)
337340
pg (1.2.3)
@@ -398,7 +401,7 @@ GEM
398401
rake (>= 0.8.7)
399402
thor (>= 0.19.0, < 2.0)
400403
rainbow (3.0.0)
401-
rake (13.0.3)
404+
rake (13.0.6)
402405
rb-fsevent (0.11.0)
403406
rb-inotify (0.10.1)
404407
ffi (~> 1.0)
@@ -434,7 +437,7 @@ GEM
434437
rspec-mocks (~> 3.10)
435438
rspec-support (~> 3.10)
436439
rspec-support (3.10.2)
437-
rubocop (1.17.0)
440+
rubocop (1.18.3)
438441
parallel (~> 1.10)
439442
parser (>= 3.0.0.0)
440443
rainbow (>= 2.2.2, < 4.0)
@@ -445,7 +448,7 @@ GEM
445448
unicode-display_width (>= 1.4.0, < 3.0)
446449
rubocop-ast (1.7.0)
447450
parser (>= 3.0.1.1)
448-
rubocop-rails (2.11.0)
451+
rubocop-rails (2.11.3)
449452
activesupport (>= 4.2.0)
450453
rack (>= 1.1)
451454
rubocop (>= 1.7.0, < 2.0)
@@ -463,7 +466,7 @@ GEM
463466
ruby2_keywords (0.0.4)
464467
ruby_parser (3.16.0)
465468
sexp_processor (~> 4.15, >= 4.15.1)
466-
rubyzip (2.3.0)
469+
rubyzip (2.3.2)
467470
sassc (2.4.0)
468471
ffi (~> 1.9)
469472
sassc-rails (2.1.2)
@@ -488,9 +491,9 @@ GEM
488491
rack (~> 2.0)
489492
rack-protection (>= 1.5.0)
490493
redis (>= 3.3.5, < 4.2)
491-
sidekiq-status (1.1.4)
494+
sidekiq-status (2.0.2)
492495
chronic_duration
493-
sidekiq (>= 3.0)
496+
sidekiq (>= 5.0)
494497
simple_form (5.1.0)
495498
actionpack (>= 5.2)
496499
activemodel (>= 5.2)

0 commit comments

Comments
 (0)