From aa38613b4c090899045d57b2e4f0ebceb0f992e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 09:16:29 +0000 Subject: [PATCH] Bump sanitize from 3.0.4 to 5.2.3 Bumps [sanitize](https://github.com/rgrove/sanitize) from 3.0.4 to 5.2.3. - [Release notes](https://github.com/rgrove/sanitize/releases) - [Changelog](https://github.com/rgrove/sanitize/blob/main/HISTORY.md) - [Commits](https://github.com/rgrove/sanitize/compare/v3.0.4...v5.2.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 7d2b719..d2d1542 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'rails', '4.2.11' gem 'redis', '~> 3.1.0' gem 'responders', '~> 2.0' gem 'rest-client', '~> 2.0', '>= 2.0.2' -gem 'sanitize', '~> 3.0.3' +gem 'sanitize', '~> 5.2.3' gem 'sass-rails', '~> 4.0.3' gem 'select2-rails' gem 'sidekiq', '~> 3.2.6' diff --git a/Gemfile.lock b/Gemfile.lock index dc84be3..c2d912f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM connection_pool (2.2.2) crack (0.4.3) safe_yaml (~> 1.0.0) - crass (0.2.1) + crass (1.0.6) diff-lcs (1.3) domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) @@ -150,10 +150,10 @@ GEM naught (1.1.0) netrc (0.11.0) newrelic_rpm (6.3.0.355) - nokogiri (1.10.3) + nokogiri (1.10.10) mini_portile2 (~> 2.4.0) - nokogumbo (1.1.12) - nokogiri + nokogumbo (2.0.4) + nokogiri (~> 1.8, >= 1.8.4) oauth2 (1.4.1) faraday (>= 0.8, < 0.16.0) jwt (>= 1.0, < 3.0) @@ -244,10 +244,10 @@ GEM ruby-enum (0.7.2) i18n safe_yaml (1.0.5) - sanitize (3.0.4) - crass (~> 0.2.0) - nokogiri (>= 1.4.4) - nokogumbo (= 1.1.12) + sanitize (5.2.3) + crass (~> 1.0.2) + nokogiri (>= 1.8.0) + nokogumbo (~> 2.0) sass (3.2.19) sass-rails (4.0.5) railties (>= 4.0.0, < 5.0) @@ -349,7 +349,7 @@ DEPENDENCIES responders (~> 2.0) rest-client (~> 2.0, >= 2.0.2) rspec-rails (~> 3.1.0) - sanitize (~> 3.0.3) + sanitize (~> 5.2.3) sass-rails (~> 4.0.3) select2-rails shoulda-matchers (~> 2.7.0)