From 26209f2e44669e0f115032f6c2bc23d7b12acb92 Mon Sep 17 00:00:00 2001 From: deppbot Date: Tue, 20 Mar 2018 18:30:30 +0800 Subject: [PATCH] Security Update on 2018-03-20 (#106) --- Gemfile | 1 + Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1ca223ecf..38907c972 100644 --- a/Gemfile +++ b/Gemfile @@ -87,3 +87,4 @@ group :test do gem "vcr", "~> 4.0" gem "webmock", "~> 3.3" end +gem "loofah", ">= 2.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 0eb553e39..74e886bc2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (1.8.6) - loofah (2.2.0) + loofah (2.2.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.0) @@ -273,6 +273,7 @@ DEPENDENCIES high_voltage (~> 3.0) jbuilder (~> 2.0) jquery-rails + loofah (>= 2.2.1) mongo (= 2.4.3) mongoid (~> 5.2) rails (= 4.2.10) @@ -291,9 +292,7 @@ DEPENDENCIES web-console (~> 2.0) webmock (~> 3.3) - RUBY VERSION ruby 2.4.2p198 - BUNDLED WITH 1.16.1