From f9bc5a350e3c73e33f4a56a4f080f24e5c970297 Mon Sep 17 00:00:00 2001 From: Josh Powell Date: Tue, 21 Jan 2020 13:04:06 -0500 Subject: [PATCH] Apply patch from PR #242 --- spec/bundle/secure/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/bundle/secure/Gemfile b/spec/bundle/secure/Gemfile index 7b750865..169fbdc0 100644 --- a/spec/bundle/secure/Gemfile +++ b/spec/bundle/secure/Gemfile @@ -1,3 +1,4 @@ source 'https://rubygems.org' gem 'rails', '~> 5.2' +gem 'rails-html-sanitizer', '~> 1.0.3'