From 3791b91d49d2d3701d3ab150bb7abf480b5ecb31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 22:18:12 +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: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index be110b2..9a0a7e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,6 +98,7 @@ GEM erubi (1.13.1) ffi (1.17.4-arm64-darwin) ffi (1.17.4-x86_64-darwin) + ffi (1.17.4-x86_64-linux-gnu) globalid (1.4.0) activesupport (>= 6.1) i18n (1.15.2) @@ -110,7 +111,7 @@ GEM reline (>= 0.4.2) json (2.21.1) logger (1.7.0) - loofah (2.25.1) + loofah (2.25.2) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.9.1) @@ -138,6 +139,8 @@ GEM racc (~> 1.4) nokogiri (1.19.4-x86_64-darwin) racc (~> 1.4) + nokogiri (1.19.4-x86_64-linux-gnu) + racc (~> 1.4) pp (0.6.4) prettyprint prettyprint (0.2.0) @@ -169,8 +172,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) railties (8.1.3) actionpack (= 8.1.3) @@ -219,6 +222,7 @@ GEM sprockets (>= 3.0.0) sqlite3 (2.8.1-arm64-darwin) sqlite3 (2.8.1-x86_64-darwin) + sqlite3 (2.8.1-x86_64-linux-gnu) thor (1.5.0) tilt (2.8.0) timeout (0.6.1) @@ -237,6 +241,7 @@ PLATFORMS arm64-darwin-25 x86_64-darwin-19 x86_64-darwin-21 + x86_64-linux DEPENDENCIES debug (~> 1)