Skip to content

Commit

Permalink
fix(deps): remove manual specification for nokogiri now the fix for C…
Browse files Browse the repository at this point in the history
…VE-2020-26247 has been released in 1.11
  • Loading branch information
bethesque committed Jan 4, 2021
1 parent 34afd19 commit 771378a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,4 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'table_print', '~> 1.5'
gem.add_runtime_dependency 'semantic_logger', '~> 4.3'
gem.add_runtime_dependency 'sanitize', '>= 5.2.1', '~> 5.2'
gem.add_runtime_dependency 'nokogiri', '< 2.0', '>= 1.11.0.rc4' # For CVE-2020-26247 Remove when 1.11 is released properly
end

0 comments on commit 771378a

Please sign in to comment.