From fbe45f6e8ea5d5d328e55e15a34acc6d0a5d42c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:59:52 +0000 Subject: [PATCH] Bump rails-html-sanitizer from 1.4.4 to 1.6.0 Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.4 to 1.6.0. - [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.4.4...v1.6.0) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 20a5f6d21..ee0bdbda8 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ gem 'gibbon', '~> 3.4.4' gem 'stripe' -gem 'rails-html-sanitizer', '~> 1.4.4' +gem 'rails-html-sanitizer', '~> 1.6.0' # Use the Puma web server [https://github.com/puma/puma] gem 'puma', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 91eb64589..4c259a268 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -326,8 +326,9 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.4.4) - loofah (~> 2.19, >= 2.19.1) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) rails4-autocomplete (1.1.1) rails (>= 3.0) rails_12factor (0.0.3) @@ -532,7 +533,7 @@ DEPENDENCIES pundit rack-mini-profiler (~> 3.1) rails (= 7.0.6) - rails-html-sanitizer (~> 1.4.4) + rails-html-sanitizer (~> 1.6.0) rails4-autocomplete rails_12factor rolify