From 56823d966e5d19f1d33ebc794c6512050e67f0ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 22:27:48 +0000 Subject: [PATCH] Bump sanitize from 5.0.0 to 5.2.1 Bumps [sanitize](https://github.com/rgrove/sanitize) from 5.0.0 to 5.2.1. - [Release notes](https://github.com/rgrove/sanitize/releases) - [Changelog](https://github.com/rgrove/sanitize/blob/master/HISTORY.md) - [Commits](https://github.com/rgrove/sanitize/compare/v5.0.0...v5.2.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 53b5cbc..b0aa482 100644 --- a/Gemfile +++ b/Gemfile @@ -102,4 +102,4 @@ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] gem 'eth' gem 'newrelic_rpm' -gem 'sanitize', '~> 5.0' +gem 'sanitize', '~> 5.2' diff --git a/Gemfile.lock b/Gemfile.lock index c8605e4..2c2ba09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,7 +93,7 @@ GEM concurrent-ruby (1.1.5) crack (0.4.3) safe_yaml (~> 1.0.0) - crass (1.0.4) + crass (1.0.6) data_uri (0.1.0) devise (4.6.2) bcrypt (~> 3.0) @@ -199,9 +199,9 @@ GEM net-ssh (5.2.0) newrelic_rpm (6.4.0.356) nio4r (2.3.1) - nokogiri (1.10.3) + nokogiri (1.10.9) mini_portile2 (~> 2.4.0) - nokogumbo (2.0.1) + nokogumbo (2.0.2) nokogiri (~> 1.8, >= 1.8.4) orm_adapter (0.5.0) pastel (0.7.3) @@ -255,7 +255,7 @@ GEM rufus-scheduler (3.6.0) fugit (~> 1.1, >= 1.1.6) safe_yaml (1.0.5) - sanitize (5.0.0) + sanitize (5.2.1) crass (~> 1.0.2) nokogiri (>= 1.8.0) nokogumbo (~> 2.0) @@ -367,7 +367,7 @@ DEPENDENCIES railties (>= 5.2.2.1) rake (= 12.3.2) rufus-scheduler (>= 3.5.2) - sanitize (~> 5.0) + sanitize (~> 5.2) simplecov (>= 0.16.0) spring spring-watcher-listen (~> 2.0.0)