From c3b009a6f3a979dd296558ee5ca9485ec749f6a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:37:37 +0000 Subject: [PATCH] Bump rails-html-sanitizer in the bundler group across 1 directory Bumps the bundler group with 1 update in the / directory: [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer). Updates `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 dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5361b3e09..8245fdcee 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'mutex_m', '~> 0.3' gem 'mysql2', '~> 0.5.4' gem 'puma', '~> 7.2' gem 'rails', '~> 8.1' -gem 'rails-html-sanitizer', '~> 1.6' +gem 'rails-html-sanitizer', '~> 1.7' gem 'redis', '~> 4.8' gem 'rotp', '~> 6.2' gem 'sass-rails', '~> 6.0' diff --git a/Gemfile.lock b/Gemfile.lock index b865181c6..a2fd9ceb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -367,8 +367,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_performance (1.6.0) browser @@ -591,7 +591,7 @@ DEPENDENCIES rack-mini-profiler (~> 3.0) rails (~> 8.1) rails-controller-testing (~> 1.0) - rails-html-sanitizer (~> 1.6) + rails-html-sanitizer (~> 1.7) rails_performance (~> 1.6) redis (~> 4.8) reverse_markdown (~> 2.1)