We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf30024 commit 2af4bf9Copy full SHA for 2af4bf9
pact_broker.gemspec
@@ -63,7 +63,7 @@ Gem::Specification.new do |gem|
63
gem.add_runtime_dependency 'dry-logic', '0.4.2' # Later version cases ArgumentError: wrong number of arguments
64
gem.add_runtime_dependency 'table_print', '~> 1.5'
65
gem.add_runtime_dependency 'semantic_logger', '~> 4.3'
66
- gem.add_runtime_dependency 'sanitize', '~> 5.1'
+ gem.add_runtime_dependency 'sanitize', '>= 5.2.1', '~> 5.1'
67
68
gem.add_development_dependency 'pact', '~>1.14'
69
gem.add_development_dependency 'rspec-pact-matchers', '~>0.1'
0 commit comments