From 27c971daa9283bc2a49465d8b2095a86b8ea6687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:59:01 +0000 Subject: [PATCH] Bump rails-html-sanitizer from 1.7.0 to 1.7.1 Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/rails/rails-html-sanitizer/releases) - [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/rails-html-sanitizer/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-version: 1.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 202b358..4db49fa 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'rack-canonical-host', '1.3.0' gem 'rack-cors', require: 'rack/cors' gem 'rack-ssl', require: 'rack/ssl' gem 'rails', '8.0.4.1' -gem 'rails-html-sanitizer', '~> 1.6' +gem 'rails-html-sanitizer', '~> 1.7' gem 'ranked-model' gem 'rexml', '~> 3.4' gem 'sass-rails', '~> 5.1' diff --git a/Gemfile.lock b/Gemfile.lock index e39ab31..a226952 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,7 +109,7 @@ GEM cancancan (3.6.1) concurrent-ruby (1.3.6) connection_pool (3.0.2) - crass (1.0.6) + crass (1.0.7) database_cleaner-active_record (2.2.2) activerecord (>= 5.a) database_cleaner-core (~> 2.0) @@ -159,7 +159,7 @@ GEM language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - loofah (2.25.1) + loofah (2.25.2) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.9.0) @@ -185,7 +185,7 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.5) - nokogiri (1.19.2) + nokogiri (1.19.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) orm_adapter (0.5.0) @@ -243,8 +243,8 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.7.0) - loofah (~> 2.25) + rails-html-sanitizer (1.7.1) + loofah (~> 2.25, >= 2.25.2) 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) rails_12factor (0.0.3) rails_serve_static_assets @@ -399,7 +399,7 @@ DEPENDENCIES rack-cors rack-ssl rails (= 8.0.4.1) - rails-html-sanitizer (~> 1.6) + rails-html-sanitizer (~> 1.7) rails_12factor ranked-model rexml (~> 3.4)