Skip to content

Commit

Permalink
Bump Nokogiri dependency for security reasons. See CVE-2019-5477.
Browse files Browse the repository at this point in the history
  • Loading branch information
wielinde committed Sep 2, 2019
1 parent 7737649 commit ddaf7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plaintext.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency 'rubyzip', '~> 1.2.1'
spec.add_dependency 'nokogiri', '~> 1.8'
spec.add_dependency 'nokogiri', '>= 1.10.4'
spec.add_dependency 'activesupport', '>2.2.1 '

spec.add_development_dependency "bundler", "~> 1.10"
Expand Down

0 comments on commit ddaf7e5

Please sign in to comment.