diff --git a/Gemfile b/Gemfile index afab167b0..c20323811 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'jquery-rails', '~> 4.5.0' gem 'mysql2', '~> 0.5.4' gem 'puma', '~> 5.6' gem 'rails', '~> 7.0.8' -gem 'rails-html-sanitizer', '~> 1.4' +gem 'rails-html-sanitizer', '~> 1.6' gem 'redis', '~> 4.8' gem 'rotp', '~> 6.2' gem 'sass-rails', '~> 6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 36a7929b4..eac405571 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -181,7 +181,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -212,7 +212,7 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.7-x86_64-linux) + nokogiri (1.16.8-x86_64-linux) racc (~> 1.4) omniauth (2.1.0) hashie (>= 3.4.6) @@ -263,9 +263,9 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.1) 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.0.8.5) actionpack (= 7.0.8.5) activesupport (= 7.0.8.5) @@ -426,7 +426,7 @@ DEPENDENCIES rack-mini-profiler (~> 3.0) rails (~> 7.0.8) rails-controller-testing (~> 1.0) - rails-html-sanitizer (~> 1.4) + rails-html-sanitizer (~> 1.6) redis (~> 4.8) reverse_markdown (~> 2.1) rmagick (~> 5.3)