From 4e9e66840872d45b83be610a921c136c2ab04a05 Mon Sep 17 00:00:00 2001 From: Mark Whitaker Date: Mon, 12 Aug 2019 10:39:24 +0100 Subject: [PATCH] Fix deprecation warnings on white_list_sanitizer The recent update to v1.1.0 of rails_html_sanitizer means that rspec is raising lots of deprecation warnings. This is a bug in that version and and is resolved by updating to v1.2.0. See issue here: https://github.com/rails/rails/issues/36858 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f9b072e55af..04528e2c2df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -300,7 +300,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.1.0) + rails-html-sanitizer (1.2.0) loofah (~> 2.2, >= 2.2.2) rails-i18n (5.1.3) i18n (>= 0.7, < 2)