We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23695b0 commit 2876904Copy full SHA for 2876904
pact_broker.gemspec
@@ -60,6 +60,7 @@ Gem::Specification.new do |gem|
60
gem.add_runtime_dependency 'sucker_punch', '~>2.0'
61
gem.add_runtime_dependency 'rack-protection', '~>2.0'
62
gem.add_runtime_dependency 'dry-types', '~> 0.10.3' # https://travis-ci.org/pact-foundation/pact_broker/jobs/249448621
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
0 commit comments