Skip to content

Commit 57c81d2

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-JSON-15692503 - https://snyk.io/vuln/SNYK-RUBY-LOOFAH-15683821 - https://snyk.io/vuln/SNYK-RUBY-ACTIONTEXTTRIX-15481279
1 parent 5093dbc commit 57c81d2

2 files changed

Lines changed: 66 additions & 65 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '3.4.8'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 8.0', '>= 8.0.4'
7+
gem 'rails', '~> 8.1', '>= 8.1.2.1'
88

99
# State machine
1010
gem 'aasm'

Gemfile.lock

Lines changed: 65 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -9,70 +9,70 @@ GEM
99
specs:
1010
aasm (4.12.3)
1111
concurrent-ruby (~> 1.0)
12-
action_text-trix (2.1.16)
12+
action_text-trix (2.1.17)
1313
railties
14-
actioncable (8.1.2)
15-
actionpack (= 8.1.2)
16-
activesupport (= 8.1.2)
14+
actioncable (8.1.2.1)
15+
actionpack (= 8.1.2.1)
16+
activesupport (= 8.1.2.1)
1717
nio4r (~> 2.0)
1818
websocket-driver (>= 0.6.1)
1919
zeitwerk (~> 2.6)
20-
actionmailbox (8.1.2)
21-
actionpack (= 8.1.2)
22-
activejob (= 8.1.2)
23-
activerecord (= 8.1.2)
24-
activestorage (= 8.1.2)
25-
activesupport (= 8.1.2)
20+
actionmailbox (8.1.2.1)
21+
actionpack (= 8.1.2.1)
22+
activejob (= 8.1.2.1)
23+
activerecord (= 8.1.2.1)
24+
activestorage (= 8.1.2.1)
25+
activesupport (= 8.1.2.1)
2626
mail (>= 2.8.0)
27-
actionmailer (8.1.2)
28-
actionpack (= 8.1.2)
29-
actionview (= 8.1.2)
30-
activejob (= 8.1.2)
31-
activesupport (= 8.1.2)
27+
actionmailer (8.1.2.1)
28+
actionpack (= 8.1.2.1)
29+
actionview (= 8.1.2.1)
30+
activejob (= 8.1.2.1)
31+
activesupport (= 8.1.2.1)
3232
mail (>= 2.8.0)
3333
rails-dom-testing (~> 2.2)
34-
actionpack (8.1.2)
35-
actionview (= 8.1.2)
36-
activesupport (= 8.1.2)
34+
actionpack (8.1.2.1)
35+
actionview (= 8.1.2.1)
36+
activesupport (= 8.1.2.1)
3737
nokogiri (>= 1.8.5)
3838
rack (>= 2.2.4)
3939
rack-session (>= 1.0.1)
4040
rack-test (>= 0.6.3)
4141
rails-dom-testing (~> 2.2)
4242
rails-html-sanitizer (~> 1.6)
4343
useragent (~> 0.16)
44-
actiontext (8.1.2)
44+
actiontext (8.1.2.1)
4545
action_text-trix (~> 2.1.15)
46-
actionpack (= 8.1.2)
47-
activerecord (= 8.1.2)
48-
activestorage (= 8.1.2)
49-
activesupport (= 8.1.2)
46+
actionpack (= 8.1.2.1)
47+
activerecord (= 8.1.2.1)
48+
activestorage (= 8.1.2.1)
49+
activesupport (= 8.1.2.1)
5050
globalid (>= 0.6.0)
5151
nokogiri (>= 1.8.5)
52-
actionview (8.1.2)
53-
activesupport (= 8.1.2)
52+
actionview (8.1.2.1)
53+
activesupport (= 8.1.2.1)
5454
builder (~> 3.1)
5555
erubi (~> 1.11)
5656
rails-dom-testing (~> 2.2)
5757
rails-html-sanitizer (~> 1.6)
58-
activejob (8.1.2)
59-
activesupport (= 8.1.2)
58+
activejob (8.1.2.1)
59+
activesupport (= 8.1.2.1)
6060
globalid (>= 0.3.6)
61-
activemodel (8.1.2)
62-
activesupport (= 8.1.2)
63-
activerecord (8.1.2)
64-
activemodel (= 8.1.2)
65-
activesupport (= 8.1.2)
61+
activemodel (8.1.2.1)
62+
activesupport (= 8.1.2.1)
63+
activerecord (8.1.2.1)
64+
activemodel (= 8.1.2.1)
65+
activesupport (= 8.1.2.1)
6666
timeout (>= 0.4.0)
6767
activerecord-import (2.2.0)
6868
activerecord (>= 4.2)
69-
activestorage (8.1.2)
70-
actionpack (= 8.1.2)
71-
activejob (= 8.1.2)
72-
activerecord (= 8.1.2)
73-
activesupport (= 8.1.2)
69+
activestorage (8.1.2.1)
70+
actionpack (= 8.1.2.1)
71+
activejob (= 8.1.2.1)
72+
activerecord (= 8.1.2.1)
73+
activesupport (= 8.1.2.1)
7474
marcel (~> 1.0)
75-
activesupport (8.1.2)
75+
activesupport (8.1.2.1)
7676
base64
7777
bigdecimal
7878
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -178,7 +178,7 @@ GEM
178178
drb (2.2.3)
179179
email_validator (2.2.4)
180180
activemodel
181-
erb (6.0.1)
181+
erb (6.0.2)
182182
erubi (1.13.1)
183183
et-orbi (1.4.0)
184184
tzinfo
@@ -267,7 +267,7 @@ GEM
267267
rails-dom-testing (>= 1, < 3)
268268
railties (>= 4.2.0)
269269
thor (>= 0.14, < 2.0)
270-
json (2.18.1)
270+
json (2.19.2)
271271
jsonapi-deserializable (0.2.0)
272272
jsonapi-parser (0.1.1)
273273
jsonapi-rails (0.4.1)
@@ -312,7 +312,7 @@ GEM
312312
request_store (~> 1.0)
313313
lolsoap (0.11.0)
314314
nokogiri (~> 1.5)
315-
loofah (2.25.0)
315+
loofah (2.25.1)
316316
crass (~> 1.0.2)
317317
nokogiri (>= 1.12.0)
318318
mail (2.9.0)
@@ -329,7 +329,8 @@ GEM
329329
mime-types-data (3.2023.0808)
330330
mini_mime (1.1.5)
331331
mini_portile2 (2.8.9)
332-
minitest (6.0.1)
332+
minitest (6.0.2)
333+
drb (~> 2.0)
333334
prism (~> 1.5)
334335
msgpack (1.5.1)
335336
multi_xml (0.8.1)
@@ -351,7 +352,7 @@ GEM
351352
net-protocol
352353
netrc (0.11.0)
353354
nio4r (2.7.5)
354-
nokogiri (1.19.1)
355+
nokogiri (1.19.2)
355356
mini_portile2 (~> 2.8.2)
356357
racc (~> 1.4)
357358
oauth2 (2.0.17)
@@ -420,26 +421,26 @@ GEM
420421
rack (>= 1.3)
421422
rackup (2.3.1)
422423
rack (>= 3)
423-
rails (8.1.2)
424-
actioncable (= 8.1.2)
425-
actionmailbox (= 8.1.2)
426-
actionmailer (= 8.1.2)
427-
actionpack (= 8.1.2)
428-
actiontext (= 8.1.2)
429-
actionview (= 8.1.2)
430-
activejob (= 8.1.2)
431-
activemodel (= 8.1.2)
432-
activerecord (= 8.1.2)
433-
activestorage (= 8.1.2)
434-
activesupport (= 8.1.2)
424+
rails (8.1.2.1)
425+
actioncable (= 8.1.2.1)
426+
actionmailbox (= 8.1.2.1)
427+
actionmailer (= 8.1.2.1)
428+
actionpack (= 8.1.2.1)
429+
actiontext (= 8.1.2.1)
430+
actionview (= 8.1.2.1)
431+
activejob (= 8.1.2.1)
432+
activemodel (= 8.1.2.1)
433+
activerecord (= 8.1.2.1)
434+
activestorage (= 8.1.2.1)
435+
activesupport (= 8.1.2.1)
435436
bundler (>= 1.15.0)
436-
railties (= 8.1.2)
437+
railties (= 8.1.2.1)
437438
rails-dom-testing (2.3.0)
438439
activesupport (>= 5.0.0)
439440
minitest
440441
nokogiri (>= 1.6)
441-
rails-html-sanitizer (1.6.2)
442-
loofah (~> 2.21)
442+
rails-html-sanitizer (1.7.0)
443+
loofah (~> 2.25)
443444
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)
444445
rails_event_store (2.18.0)
445446
activejob (>= 6.0)
@@ -452,9 +453,9 @@ GEM
452453
ruby_event_store-browser (= 2.18.0)
453454
rails_event_store_active_record (2.18.0)
454455
ruby_event_store-active_record (= 2.18.0)
455-
railties (8.1.2)
456-
actionpack (= 8.1.2)
457-
activesupport (= 8.1.2)
456+
railties (8.1.2.1)
457+
actionpack (= 8.1.2.1)
458+
activesupport (= 8.1.2.1)
458459
irb (~> 1.13)
459460
rackup (>= 1.0.0)
460461
rake (>= 12.2)
@@ -595,7 +596,7 @@ GEM
595596
temple (0.10.4)
596597
thor (1.5.0)
597598
tilt (2.6.1)
598-
timeout (0.6.0)
599+
timeout (0.6.1)
599600
tsort (0.2.0)
600601
tzinfo (2.0.6)
601602
concurrent-ruby (~> 1.0)
@@ -624,7 +625,7 @@ GEM
624625
xpath (3.2.0)
625626
nokogiri (~> 1.8)
626627
zache (0.13.1)
627-
zeitwerk (2.7.4)
628+
zeitwerk (2.7.5)
628629

629630
PLATFORMS
630631
ruby
@@ -672,7 +673,7 @@ DEPENDENCIES
672673
pry-rails
673674
puma (~> 6.4, >= 6.4.3)
674675
rack-maintenance (~> 3.0)
675-
rails (~> 8.0, >= 8.0.4)
676+
rails (~> 8.1, >= 8.1.2.1)
676677
rails_event_store (~> 2.18, >= 2.18.0)
677678
redcarpet (~> 3.6)
678679
rollbar (~> 3.5, >= 3.5.1)

0 commit comments

Comments
 (0)