awesome-print / awesome_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
http://github.com/michaeldv/awesome_print
MIT License
4.07k stars 454 forks source link

Update awsome_print.gemspec nokogiri dependency to resolve CVEs #370

Closed gvwirth closed 3 years ago

gvwirth commented 4 years ago

There are some CVEs known in older nokogiri versions that are causing this gem to fail vulnerability scans, specifically CVE-2016-4658, CVE-2019-11068, and CVE-2019-5477.

BryanH commented 3 years ago

I can't merge this because it has outdated .travis.yml, causing failures. :(