rails / rails-html-sanitizer

MIT License
306 stars 83 forks source link

dep: support older versions of Nokogiri and Loofah #164

Closed flavorjones closed 1 year ago

flavorjones commented 1 year ago

THIS IS VARIATION 1 - see variation 2 at #166

If we want to support Rails 6.1+ (and Ruby 2.5) we need to do this. The alternative (#166) is to pin to newer versions and only support Rails 7.0+ (Ruby 2.7).

Update CI to run with pre-HTML5 versions of Nokogiri and Loofah on Ruby 2.5.

flavorjones commented 1 year ago

Closing in favor of #166.