From 4302da264df4357cdfa4cf01bf14c4b7c66e2bb6 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 23 Mar 2018 07:39:04 +0100 Subject: [PATCH] Updated gem for security reasons (CVE-2018-3741). --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cabae49ec..3f736f9a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -213,7 +213,7 @@ GEM logging (2.2.2) little-plugger (~> 1.1) multi_json (~> 1.10) - loofah (2.2.1) + loofah (2.2.2) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.12) @@ -318,8 +318,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) + rails-html-sanitizer (1.0.4) + loofah (~> 2.2, >= 2.2.2) rails-observers (0.1.5) activemodel (>= 4.0) railties (5.1.4)