Skip to content

Commit

Permalink
fix(deps): update nokogiri for CVE-2020-26247
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 4, 2021
1 parent 5097507 commit 336ec89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ 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 336ec89

Please sign in to comment.