rails / rails-html-sanitizer

MIT License
302 stars 80 forks source link

dep: update loofah and nokogiri to versions fully supporting HTML5 #166

Closed flavorjones closed 1 year ago

flavorjones commented 1 year ago

THIS IS VARIATION 2 - see variation 1 at #164

Require versions of Nokogiri and Loofah that support HTML5:

Update required_ruby_version to ">= 2.7.0" to match Nokogiri's constraint for v1.14.x.

Update CI to only test supported Ruby versions.

The alternative (#164) is to continue to support older versions of Nokogiri (for Ruby 2.5) and Loofah.