Skip to content

Commit

Permalink
Update Nokogiri version for CVE-2019-5477
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsoku committed Nov 30, 2019
1 parent 8856d24 commit 445416c
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.10.4'
spec.add_dependency 'nokogumbo', '>= 1.4.0', '< 2.0.0'
spec.add_dependency 'rack'

Expand Down

0 comments on commit 445416c

Please sign in to comment.