From a9a4ae8867d8dd57cde1e5ead63af4bc36c30f00 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Wed, 4 Apr 2018 01:20:57 +0200 Subject: [PATCH] Update rails-html-sanitizer gem version Security fix https://gemnasium.com/gems/rails-html-sanitizer/versions/1.0.4 --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index db16889db..b9258e558 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -241,7 +241,7 @@ GEM actionmailer (>= 3.2) letter_opener (~> 1.0) railties (>= 3.2) - loofah (2.2.1) + loofah (2.2.2) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.0) @@ -342,8 +342,8 @@ GEM activesupport (>= 4.2.0, < 5.0) nokogiri (~> 1.6) rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) + rails-html-sanitizer (1.0.4) + loofah (~> 2.2, >= 2.2.2) railties (4.2.10) actionpack (= 4.2.10) activesupport (= 4.2.10)