Skip to content

Commit

Permalink
update rails_html_sanitizer
Browse files Browse the repository at this point in the history
To get rid of annoying "warning: constant Loofah::HTML5::WhiteList is deprecated" messages

rails/rails-html-sanitizer#100

Did with `bundle update --conservative rails-html-sanitizer`
  • Loading branch information
jrochkind committed Nov 11, 2019
1 parent c7f4c33 commit dbbd8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails_autolink (1.1.6)
rails (> 3.1)
railties (5.2.3)
Expand Down

0 comments on commit dbbd8ca

Please sign in to comment.