Skip to content

Commit dc72b8b

Browse files
author
Brian Kelly
authored
Fix multuple CVEs (#397)
1 parent e111a47 commit dc72b8b

File tree

1 file changed

+66
-66
lines changed

1 file changed

+66
-66
lines changed

Gemfile.lock

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -11,67 +11,67 @@ GIT
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (7.0.8.5)
15-
actionpack (= 7.0.8.5)
16-
activesupport (= 7.0.8.5)
14+
actioncable (7.0.8.7)
15+
actionpack (= 7.0.8.7)
16+
activesupport (= 7.0.8.7)
1717
nio4r (~> 2.0)
1818
websocket-driver (>= 0.6.1)
19-
actionmailbox (7.0.8.5)
20-
actionpack (= 7.0.8.5)
21-
activejob (= 7.0.8.5)
22-
activerecord (= 7.0.8.5)
23-
activestorage (= 7.0.8.5)
24-
activesupport (= 7.0.8.5)
19+
actionmailbox (7.0.8.7)
20+
actionpack (= 7.0.8.7)
21+
activejob (= 7.0.8.7)
22+
activerecord (= 7.0.8.7)
23+
activestorage (= 7.0.8.7)
24+
activesupport (= 7.0.8.7)
2525
mail (>= 2.7.1)
2626
net-imap
2727
net-pop
2828
net-smtp
29-
actionmailer (7.0.8.5)
30-
actionpack (= 7.0.8.5)
31-
actionview (= 7.0.8.5)
32-
activejob (= 7.0.8.5)
33-
activesupport (= 7.0.8.5)
29+
actionmailer (7.0.8.7)
30+
actionpack (= 7.0.8.7)
31+
actionview (= 7.0.8.7)
32+
activejob (= 7.0.8.7)
33+
activesupport (= 7.0.8.7)
3434
mail (~> 2.5, >= 2.5.4)
3535
net-imap
3636
net-pop
3737
net-smtp
3838
rails-dom-testing (~> 2.0)
39-
actionpack (7.0.8.5)
40-
actionview (= 7.0.8.5)
41-
activesupport (= 7.0.8.5)
39+
actionpack (7.0.8.7)
40+
actionview (= 7.0.8.7)
41+
activesupport (= 7.0.8.7)
4242
rack (~> 2.0, >= 2.2.4)
4343
rack-test (>= 0.6.3)
4444
rails-dom-testing (~> 2.0)
4545
rails-html-sanitizer (~> 1.0, >= 1.2.0)
46-
actiontext (7.0.8.5)
47-
actionpack (= 7.0.8.5)
48-
activerecord (= 7.0.8.5)
49-
activestorage (= 7.0.8.5)
50-
activesupport (= 7.0.8.5)
46+
actiontext (7.0.8.7)
47+
actionpack (= 7.0.8.7)
48+
activerecord (= 7.0.8.7)
49+
activestorage (= 7.0.8.7)
50+
activesupport (= 7.0.8.7)
5151
globalid (>= 0.6.0)
5252
nokogiri (>= 1.8.5)
53-
actionview (7.0.8.5)
54-
activesupport (= 7.0.8.5)
53+
actionview (7.0.8.7)
54+
activesupport (= 7.0.8.7)
5555
builder (~> 3.1)
5656
erubi (~> 1.4)
5757
rails-dom-testing (~> 2.0)
5858
rails-html-sanitizer (~> 1.1, >= 1.2.0)
59-
activejob (7.0.8.5)
60-
activesupport (= 7.0.8.5)
59+
activejob (7.0.8.7)
60+
activesupport (= 7.0.8.7)
6161
globalid (>= 0.3.6)
62-
activemodel (7.0.8.5)
63-
activesupport (= 7.0.8.5)
64-
activerecord (7.0.8.5)
65-
activemodel (= 7.0.8.5)
66-
activesupport (= 7.0.8.5)
67-
activestorage (7.0.8.5)
68-
actionpack (= 7.0.8.5)
69-
activejob (= 7.0.8.5)
70-
activerecord (= 7.0.8.5)
71-
activesupport (= 7.0.8.5)
62+
activemodel (7.0.8.7)
63+
activesupport (= 7.0.8.7)
64+
activerecord (7.0.8.7)
65+
activemodel (= 7.0.8.7)
66+
activesupport (= 7.0.8.7)
67+
activestorage (7.0.8.7)
68+
actionpack (= 7.0.8.7)
69+
activejob (= 7.0.8.7)
70+
activerecord (= 7.0.8.7)
71+
activesupport (= 7.0.8.7)
7272
marcel (~> 1.0)
7373
mini_mime (>= 1.1.0)
74-
activesupport (7.0.8.5)
74+
activesupport (7.0.8.7)
7575
concurrent-ruby (~> 1.0, >= 1.0.2)
7676
i18n (>= 1.6, < 2)
7777
minitest (>= 5.1)
@@ -161,7 +161,7 @@ GEM
161161
activerecord (>= 5.a)
162162
database_cleaner-core (~> 2.0.0)
163163
database_cleaner-core (2.0.1)
164-
date (3.3.4)
164+
date (3.4.1)
165165
deep_merge (1.2.2)
166166
deprecation (1.1.0)
167167
activesupport
@@ -180,7 +180,7 @@ GEM
180180
dotenv (2.8.1)
181181
dry-cli (1.1.0)
182182
dumb_delegator (1.0.0)
183-
erubi (1.13.0)
183+
erubi (1.13.1)
184184
execjs (2.9.1)
185185
factory_bot (6.2.1)
186186
activesupport (>= 5.0.0)
@@ -285,7 +285,7 @@ GEM
285285
ffi-compiler (~> 1.0)
286286
rake (~> 13.0)
287287
logger (1.6.0)
288-
loofah (2.22.0)
288+
loofah (2.23.1)
289289
crass (~> 1.0.2)
290290
nokogiri (>= 1.12.0)
291291
mail (2.8.1)
@@ -301,7 +301,7 @@ GEM
301301
mime-types-data (3.2024.0820)
302302
mini_mime (1.1.5)
303303
minitar (0.9)
304-
minitest (5.25.1)
304+
minitest (5.25.4)
305305
msgpack (1.7.2)
306306
multi_json (1.15.0)
307307
multi_xml (0.6.0)
@@ -310,7 +310,7 @@ GEM
310310
uri
311311
net-http-persistent (4.0.2)
312312
connection_pool (~> 2.2)
313-
net-imap (0.5.0)
313+
net-imap (0.5.4)
314314
date
315315
net-protocol
316316
net-pop (0.1.2)
@@ -323,10 +323,10 @@ GEM
323323
net-protocol
324324
net-ssh (7.2.0)
325325
newrelic_rpm (9.11.0)
326-
nio4r (2.7.3)
327-
nokogiri (1.16.7-arm64-darwin)
326+
nio4r (2.7.4)
327+
nokogiri (1.18.0-arm64-darwin)
328328
racc (~> 1.4)
329-
nokogiri (1.16.7-x86_64-linux)
329+
nokogiri (1.18.0-x86_64-linux-gnu)
330330
racc (~> 1.4)
331331
oauth2 (2.0.9)
332332
faraday (>= 0.17.3, < 3.0)
@@ -363,32 +363,32 @@ GEM
363363
rack (>= 1.0, < 4)
364364
rack-proxy (0.7.7)
365365
rack
366-
rack-test (2.1.0)
366+
rack-test (2.2.0)
367367
rack (>= 1.3)
368-
rails (7.0.8.5)
369-
actioncable (= 7.0.8.5)
370-
actionmailbox (= 7.0.8.5)
371-
actionmailer (= 7.0.8.5)
372-
actionpack (= 7.0.8.5)
373-
actiontext (= 7.0.8.5)
374-
actionview (= 7.0.8.5)
375-
activejob (= 7.0.8.5)
376-
activemodel (= 7.0.8.5)
377-
activerecord (= 7.0.8.5)
378-
activestorage (= 7.0.8.5)
379-
activesupport (= 7.0.8.5)
368+
rails (7.0.8.7)
369+
actioncable (= 7.0.8.7)
370+
actionmailbox (= 7.0.8.7)
371+
actionmailer (= 7.0.8.7)
372+
actionpack (= 7.0.8.7)
373+
actiontext (= 7.0.8.7)
374+
actionview (= 7.0.8.7)
375+
activejob (= 7.0.8.7)
376+
activemodel (= 7.0.8.7)
377+
activerecord (= 7.0.8.7)
378+
activestorage (= 7.0.8.7)
379+
activesupport (= 7.0.8.7)
380380
bundler (>= 1.15.0)
381-
railties (= 7.0.8.5)
381+
railties (= 7.0.8.7)
382382
rails-dom-testing (2.2.0)
383383
activesupport (>= 5.0.0)
384384
minitest
385385
nokogiri (>= 1.6)
386-
rails-html-sanitizer (1.6.0)
386+
rails-html-sanitizer (1.6.2)
387387
loofah (~> 2.21)
388-
nokogiri (~> 1.14)
389-
railties (7.0.8.5)
390-
actionpack (= 7.0.8.5)
391-
activesupport (= 7.0.8.5)
388+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
389+
railties (7.0.8.7)
390+
actionpack (= 7.0.8.7)
391+
activesupport (= 7.0.8.7)
392392
method_source
393393
rake (>= 12.2)
394394
thor (~> 1.0)
@@ -511,7 +511,7 @@ GEM
511511
thread_safe (0.3.6)
512512
tilt (2.4.0)
513513
timecop (0.9.8)
514-
timeout (0.4.1)
514+
timeout (0.4.3)
515515
turbo-rails (1.4.0)
516516
actionpack (>= 6.0.0)
517517
activejob (>= 6.0.0)
@@ -555,7 +555,7 @@ GEM
555555
whenever
556556
xpath (3.2.0)
557557
nokogiri (~> 1.8)
558-
zeitwerk (2.7.0)
558+
zeitwerk (2.7.1)
559559

560560
PLATFORMS
561561
arm64-darwin-22

0 commit comments

Comments
 (0)