Skip to content

Commit 5b6323f

Browse files
committed
updated to fix security advisory
Signed-off-by: Alex Hicks <awh4kc@virginia.edu>
1 parent 3bc4afb commit 5b6323f

1 file changed

Lines changed: 58 additions & 58 deletions

File tree

Gemfile.lock

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -31,38 +31,38 @@ GIT
3131
GEM
3232
remote: https://rubygems.org/
3333
specs:
34-
actioncable (6.0.3.2)
35-
actionpack (= 6.0.3.2)
34+
actioncable (6.0.3.5)
35+
actionpack (= 6.0.3.5)
3636
nio4r (~> 2.0)
3737
websocket-driver (>= 0.6.1)
38-
actionmailbox (6.0.3.2)
39-
actionpack (= 6.0.3.2)
40-
activejob (= 6.0.3.2)
41-
activerecord (= 6.0.3.2)
42-
activestorage (= 6.0.3.2)
43-
activesupport (= 6.0.3.2)
38+
actionmailbox (6.0.3.5)
39+
actionpack (= 6.0.3.5)
40+
activejob (= 6.0.3.5)
41+
activerecord (= 6.0.3.5)
42+
activestorage (= 6.0.3.5)
43+
activesupport (= 6.0.3.5)
4444
mail (>= 2.7.1)
45-
actionmailer (6.0.3.2)
46-
actionpack (= 6.0.3.2)
47-
actionview (= 6.0.3.2)
48-
activejob (= 6.0.3.2)
45+
actionmailer (6.0.3.5)
46+
actionpack (= 6.0.3.5)
47+
actionview (= 6.0.3.5)
48+
activejob (= 6.0.3.5)
4949
mail (~> 2.5, >= 2.5.4)
5050
rails-dom-testing (~> 2.0)
51-
actionpack (6.0.3.2)
52-
actionview (= 6.0.3.2)
53-
activesupport (= 6.0.3.2)
51+
actionpack (6.0.3.5)
52+
actionview (= 6.0.3.5)
53+
activesupport (= 6.0.3.5)
5454
rack (~> 2.0, >= 2.0.8)
5555
rack-test (>= 0.6.3)
5656
rails-dom-testing (~> 2.0)
5757
rails-html-sanitizer (~> 1.0, >= 1.2.0)
58-
actiontext (6.0.3.2)
59-
actionpack (= 6.0.3.2)
60-
activerecord (= 6.0.3.2)
61-
activestorage (= 6.0.3.2)
62-
activesupport (= 6.0.3.2)
58+
actiontext (6.0.3.5)
59+
actionpack (= 6.0.3.5)
60+
activerecord (= 6.0.3.5)
61+
activestorage (= 6.0.3.5)
62+
activesupport (= 6.0.3.5)
6363
nokogiri (>= 1.8.5)
64-
actionview (6.0.3.2)
65-
activesupport (= 6.0.3.2)
64+
actionview (6.0.3.5)
65+
activesupport (= 6.0.3.5)
6666
builder (~> 3.1)
6767
erubi (~> 1.4)
6868
rails-dom-testing (~> 2.0)
@@ -83,20 +83,20 @@ GEM
8383
ransack (~> 2.1, >= 2.1.1)
8484
sassc-rails (~> 2.1)
8585
sprockets (>= 3.0, < 4.1)
86-
activejob (6.0.3.2)
87-
activesupport (= 6.0.3.2)
86+
activejob (6.0.3.5)
87+
activesupport (= 6.0.3.5)
8888
globalid (>= 0.3.6)
89-
activemodel (6.0.3.2)
90-
activesupport (= 6.0.3.2)
91-
activerecord (6.0.3.2)
92-
activemodel (= 6.0.3.2)
93-
activesupport (= 6.0.3.2)
94-
activestorage (6.0.3.2)
95-
actionpack (= 6.0.3.2)
96-
activejob (= 6.0.3.2)
97-
activerecord (= 6.0.3.2)
89+
activemodel (6.0.3.5)
90+
activesupport (= 6.0.3.5)
91+
activerecord (6.0.3.5)
92+
activemodel (= 6.0.3.5)
93+
activesupport (= 6.0.3.5)
94+
activestorage (6.0.3.5)
95+
actionpack (= 6.0.3.5)
96+
activejob (= 6.0.3.5)
97+
activerecord (= 6.0.3.5)
9898
marcel (~> 0.3.1)
99-
activesupport (6.0.3.2)
99+
activesupport (6.0.3.5)
100100
concurrent-ruby (~> 1.0, >= 1.0.2)
101101
i18n (>= 0.7, < 2)
102102
minitest (~> 5.1)
@@ -197,7 +197,7 @@ GEM
197197
coffee-script-source
198198
execjs
199199
coffee-script-source (1.12.2)
200-
concurrent-ruby (1.1.7)
200+
concurrent-ruby (1.1.8)
201201
crass (1.0.6)
202202
css3-progress-bar-rails (0.5.1)
203203
rails (>= 3.1)
@@ -226,7 +226,7 @@ GEM
226226
warden (~> 1.2.3)
227227
diff-lcs (1.4.4)
228228
equalizer (0.0.11)
229-
erubi (1.9.0)
229+
erubi (1.10.0)
230230
erubis (2.7.0)
231231
eventmachine (1.2.7)
232232
exception_handler (0.3.45)
@@ -330,7 +330,7 @@ GEM
330330
mimemagic (0.3.5)
331331
mini_mime (1.0.2)
332332
mini_portile2 (2.4.0)
333-
minitest (5.14.1)
333+
minitest (5.14.4)
334334
momentjs-rails (2.20.1)
335335
railties (>= 3.1)
336336
multi_json (1.15.0)
@@ -340,7 +340,7 @@ GEM
340340
mysql2 (0.5.3)
341341
net-scp (3.0.0)
342342
net-ssh (>= 2.6.5, < 7.0.0)
343-
nio4r (2.5.2)
343+
nio4r (2.5.5)
344344
nokogiri (1.10.9)
345345
mini_portile2 (~> 2.4.0)
346346
oauth (0.5.4)
@@ -392,20 +392,20 @@ GEM
392392
rack (>= 2.0.0)
393393
rack-test (1.1.0)
394394
rack (>= 1.0, < 3)
395-
rails (6.0.3.2)
396-
actioncable (= 6.0.3.2)
397-
actionmailbox (= 6.0.3.2)
398-
actionmailer (= 6.0.3.2)
399-
actionpack (= 6.0.3.2)
400-
actiontext (= 6.0.3.2)
401-
actionview (= 6.0.3.2)
402-
activejob (= 6.0.3.2)
403-
activemodel (= 6.0.3.2)
404-
activerecord (= 6.0.3.2)
405-
activestorage (= 6.0.3.2)
406-
activesupport (= 6.0.3.2)
395+
rails (6.0.3.5)
396+
actioncable (= 6.0.3.5)
397+
actionmailbox (= 6.0.3.5)
398+
actionmailer (= 6.0.3.5)
399+
actionpack (= 6.0.3.5)
400+
actiontext (= 6.0.3.5)
401+
actionview (= 6.0.3.5)
402+
activejob (= 6.0.3.5)
403+
activemodel (= 6.0.3.5)
404+
activerecord (= 6.0.3.5)
405+
activestorage (= 6.0.3.5)
406+
activesupport (= 6.0.3.5)
407407
bundler (>= 1.3.0)
408-
railties (= 6.0.3.2)
408+
railties (= 6.0.3.5)
409409
sprockets-rails (>= 2.0.0)
410410
rails-dom-testing (2.0.3)
411411
activesupport (>= 4.2.0)
@@ -415,9 +415,9 @@ GEM
415415
rails_same_site_cookie (0.1.8)
416416
rack (>= 1.5)
417417
user_agent_parser (~> 2.5)
418-
railties (6.0.3.2)
419-
actionpack (= 6.0.3.2)
420-
activesupport (= 6.0.3.2)
418+
railties (6.0.3.5)
419+
actionpack (= 6.0.3.5)
420+
activesupport (= 6.0.3.5)
421421
method_source
422422
rake (>= 0.8.7)
423423
thor (>= 0.20.3, < 2.0)
@@ -480,7 +480,7 @@ GEM
480480
sprockets (3.7.2)
481481
concurrent-ruby (~> 1.0)
482482
rack (> 1, < 3)
483-
sprockets-rails (3.2.1)
483+
sprockets-rails (3.2.2)
484484
actionpack (>= 4.0)
485485
activesupport (>= 4.0)
486486
sprockets (>= 3.0.0)
@@ -497,12 +497,12 @@ GEM
497497
daemons (~> 1.0, >= 1.0.9)
498498
eventmachine (~> 1.0, >= 1.0.4)
499499
rack (>= 1, < 3)
500-
thor (1.0.1)
500+
thor (1.1.0)
501501
thread_safe (0.3.6)
502502
tilt (2.0.10)
503503
timers (4.3.0)
504504
truncate_html (0.9.3)
505-
tzinfo (1.2.7)
505+
tzinfo (1.2.9)
506506
thread_safe (~> 0.1)
507507
uber (0.1.0)
508508
uglifier (4.2.0)
@@ -523,7 +523,7 @@ GEM
523523
chronic (>= 0.6.3)
524524
xpath (3.2.0)
525525
nokogiri (~> 1.8)
526-
zeitwerk (2.4.0)
526+
zeitwerk (2.4.2)
527527

528528
PLATFORMS
529529
ruby

0 commit comments

Comments
 (0)