Skip to content

Commit 2af4bf9

Browse files
committed
fix: fix: update sanitize gem for CVE-2020-4054
1 parent bf30024 commit 2af4bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pact_broker.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Gem::Specification.new do |gem|
6363
gem.add_runtime_dependency 'dry-logic', '0.4.2' # Later version cases ArgumentError: wrong number of arguments
6464
gem.add_runtime_dependency 'table_print', '~> 1.5'
6565
gem.add_runtime_dependency 'semantic_logger', '~> 4.3'
66-
gem.add_runtime_dependency 'sanitize', '~> 5.1'
66+
gem.add_runtime_dependency 'sanitize', '>= 5.2.1', '~> 5.1'
6767

6868
gem.add_development_dependency 'pact', '~>1.14'
6969
gem.add_development_dependency 'rspec-pact-matchers', '~>0.1'

0 commit comments

Comments
 (0)