Skip to content

Commit

Permalink
Do not lock nokogiri to 1.10, it has open CVEs
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Clark <rbclark@mitre.org>
  • Loading branch information
Robert Clark committed Apr 23, 2021
1 parent b8a784f commit f7cd910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heimdall_tools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'git-lite-version-bump', '>= 0.17.2'
spec.add_runtime_dependency 'httparty', '~> 0.18.0'
spec.add_runtime_dependency 'json', '~> 2.3'
spec.add_runtime_dependency 'nokogiri', '~> 1.10.9'
spec.add_runtime_dependency 'nokogiri', '~> 1.11'
spec.add_runtime_dependency 'openssl', '~> 2.1'
spec.add_runtime_dependency 'thor', '~> 0.19'
spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit f7cd910

Please sign in to comment.