From e84d82e5c8f2f33cd4ff9d4550d5919fe0f4178b Mon Sep 17 00:00:00 2001 From: "Steven R. Baker" Date: Mon, 13 May 2019 18:58:59 +0200 Subject: [PATCH] Upgrade sanitize. --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index b9e3086a..d66c2924 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "sqlite3", group: :sqlite gem "mysql2", "~> 0.5.2", group: :mysql gem "RedCloth" -gem "sanitize", ">=3.0.0" +gem "sanitize", "~> 5.0" gem "will_paginate" gem "acts_as_list" gem "aasm", '~> 3.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1693b4f8..0c28b987 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,8 +134,8 @@ GEM nio4r (2.3.1) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - nokogumbo (1.5.0) - nokogiri + nokogumbo (2.0.1) + nokogiri (~> 1.8, >= 1.8.4) paperclip (6.1.0) activemodel (>= 4.2.0) activesupport (>= 4.2.0) @@ -206,10 +206,10 @@ GEM ruby_dep (1.5.0) rubyzip (1.2.2) safe_yaml (1.0.4) - sanitize (4.6.6) + sanitize (5.0.0) crass (~> 1.0.2) - nokogiri (>= 1.4.4) - nokogumbo (~> 1.4) + nokogiri (>= 1.8.0) + nokogumbo (~> 2.0) sass (3.7.3) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -305,7 +305,7 @@ DEPENDENCIES rails_autolink rspec-expectations rubocop (~> 0.65) - sanitize (>= 3.0.0) + sanitize (~> 5.0) sass-rails (~> 5.0) selenium-webdriver (~> 2.53) simplecov