Skip to content

Commit

Permalink
Update Nokogiri version for CVE-2019-5477 (#154)
Browse files Browse the repository at this point in the history
* Update Nokogiri version for CVE-2019-5477

refs: sparklemotion/nokogiri#1915

* Fix build errors in Ruby 2.1 and 2.2
  • Loading branch information
sinsoku authored and bstewart00 committed Dec 11, 2019
1 parent c035ac1 commit b0cfe4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wovnrb.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'activesupport'
spec.add_dependency 'addressable'
spec.add_dependency 'lz4-ruby'
spec.add_dependency 'nokogiri', '~> 1.8.1'
spec.add_dependency 'nokogiri', '>= 1.8.1'
spec.add_dependency 'nokogumbo', '>= 1.4.0', '< 2.0.0'
spec.add_dependency 'rack'

Expand Down

0 comments on commit b0cfe4e

Please sign in to comment.