Skip to content

Commit 2876904

Browse files
committed
feat: lock dry-logic to version that works
1 parent 23695b0 commit 2876904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pact_broker.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Gem::Specification.new do |gem|
6060
gem.add_runtime_dependency 'sucker_punch', '~>2.0'
6161
gem.add_runtime_dependency 'rack-protection', '~>2.0'
6262
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
6364
gem.add_runtime_dependency 'table_print', '~> 1.5'
6465
gem.add_runtime_dependency 'semantic_logger', '~> 4.3'
6566

0 commit comments

Comments
 (0)