Skip to content

Commit 81fa4e7

Browse files
authored
fix: add jsonpath dependency
required when generator code was moved to pact-support, and jsonpath removed from pact-ruby relates to pact-foundation/pact-ruby#386
1 parent 20da94a commit 81fa4e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pact-support.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.add_runtime_dependency "expgen", "~> 0.1"
2626
spec.add_runtime_dependency 'string_pattern', '~> 2.0'
2727
spec.add_runtime_dependency 'json', '~> 2.12.2'
28+
spec.add_runtime_dependency 'jsonpath', '~> 1.0'
2829
spec.add_runtime_dependency 'logger', '< 2.0'
2930
spec.add_development_dependency "stringio", "~> 3"
3031

0 commit comments

Comments
 (0)