From 70983980806f5100d87130c365e05fd0689fb37b Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Wed, 4 Mar 2020 18:40:54 +0100 Subject: Require loofah for sanitization Signed-off-by: Max Magorsch --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index dae88c2..14035e0 100644 --- a/Gemfile +++ b/Gemfile @@ -5,3 +5,4 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem "pluto", "~> 1.3" +gem "loofah", "~> 2.4.0" -- cgit v1.2.3-65-gdbad