Skip to content

Commit

Permalink
Fix deprecation warnings on white_list_sanitizer
Browse files Browse the repository at this point in the history
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: rails/rails#36858
  • Loading branch information
mpw5 committed Aug 12, 2019
1 parent 1bf1f7e commit 4e9e668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -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)
Expand Down

0 comments on commit 4e9e668

Please sign in to comment.