Skip to content

Commit

Permalink
fix: upgrade rexml, nokogiri and rails-html-sanitizer to fix security…
Browse files Browse the repository at this point in the history
… issues
  • Loading branch information
galetahub committed Jan 23, 2025
1 parent e0ed694 commit f6f8e2b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ GEM
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.5)
loofah (2.22.0)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -173,7 +173,7 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.15.6-arm64-darwin)
nokogiri (1.18.2-arm64-darwin)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.25.1)
Expand All @@ -187,7 +187,7 @@ GEM
date
stringio
public_suffix (5.1.1)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rack-session (1.0.2)
rack (< 3)
Expand All @@ -214,9 +214,9 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (~> 1.14)
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)
railties (7.2.2.1)
actionpack (= 7.2.2.1)
activesupport (= 7.2.2.1)
Expand All @@ -235,8 +235,7 @@ GEM
regexp_parser (2.9.2)
reline (0.6.0)
io-console (~> 0.5)
rexml (3.3.1)
strscan
rexml (3.4.0)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -283,7 +282,6 @@ GEM
sqlite3 (1.7.3-arm64-darwin)
ssrf_filter (1.1.2)
stringio (3.1.2)
strscan (3.1.0)
thor (1.3.2)
timeout (0.4.3)
tzinfo (2.0.6)
Expand Down

0 comments on commit f6f8e2b

Please sign in to comment.