Skip to content

Commit

Permalink
fix: fix: update sanitize gem for CVE-2020-4054
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 17, 2020
1 parent bf30024 commit 2af4bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'dry-logic', '0.4.2' # Later version cases ArgumentError: wrong number of arguments
gem.add_runtime_dependency 'table_print', '~> 1.5'
gem.add_runtime_dependency 'semantic_logger', '~> 4.3'
gem.add_runtime_dependency 'sanitize', '~> 5.1'
gem.add_runtime_dependency 'sanitize', '>= 5.2.1', '~> 5.1'

gem.add_development_dependency 'pact', '~>1.14'
gem.add_development_dependency 'rspec-pact-matchers', '~>0.1'
Expand Down

0 comments on commit 2af4bf9

Please sign in to comment.