From eecd15b1502d10af688ec00c647b575026415467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 12:29:26 +0000 Subject: [PATCH] Bump sanitize from 6.1.3 to 7.0.0 Bumps [sanitize](https://github.com/rgrove/sanitize) from 6.1.3 to 7.0.0. - [Release notes](https://github.com/rgrove/sanitize/releases) - [Changelog](https://github.com/rgrove/sanitize/blob/main/CHANGELOG.md) - [Commits](https://github.com/rgrove/sanitize/compare/v6.1.3...v7.0.0) --- updated-dependencies: - dependency-name: sanitize dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 38790c9e..dfa240f5 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "kt-paperclip", "~> 7.2" gem 'puma', '~> 6.6' gem 'rails_autolink' gem 'RedCloth' -gem 'sanitize', '~> 6.1' +gem 'sanitize', '~> 7.0' gem 'tracks-chartjs-ror' gem 'will_paginate' diff --git a/Gemfile.lock b/Gemfile.lock index 326434cf..3015a34a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -332,9 +332,9 @@ GEM parser (>= 3.3.1.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - sanitize (6.1.3) + sanitize (7.0.0) crass (~> 1.0.2) - nokogiri (>= 1.12.0) + nokogiri (>= 1.16.8) sass-embedded (1.89.2) google-protobuf (~> 4.31) rake (>= 13) @@ -446,7 +446,7 @@ DEPENDENCIES rexml rspec-expectations rubocop (~> 1.70) - sanitize (~> 6.1) + sanitize (~> 7.0) simplecov solargraph spring (~> 4)