File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1212 bigdecimal (~> 3.2 )
1313 io-console (~> 0.8 )
1414 json (~> 2.18 )
15+ pact (< 2 )
1516 pact-mock_service
1617 pact-provider-verifier
1718 pact_broker-client (~> 1.28 )
4445 mini_mime (>= 1.0.0 )
4546 multi_xml (>= 0.5.2 )
4647 io-console (0.8.2 )
47- json (2.18.1 )
48+ json (2.19.2 )
4849 jsonpath (1.1.5 )
4950 multi_json
5051 logger (1.7.0 )
142143 rspec-expectations (3.13.5 )
143144 diff-lcs (>= 1.2.0 , < 2.0 )
144145 rspec-support (~> 3.13.0 )
145- rspec-mocks (3.13.7 )
146+ rspec-mocks (3.13.8 )
146147 diff-lcs (>= 1.2.0 , < 2.0 )
147148 rspec-support (~> 3.13.0 )
148149 rspec-support (3.13.7 )
167168PLATFORMS
168169 aarch64-linux-musl
169170 arm64-darwin-24
171+ arm64-darwin-25
170172 x86_64-linux
171173 x86_64-linux-musl
172174
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Gem::Specification.new do |spec|
4141 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
4242 spec . require_paths = [ "lib" ]
4343
44+ spec . add_dependency "pact" , "<2"
4445 spec . add_dependency "pact-mock_service"
4546 spec . add_dependency "pact-provider-verifier"
4647 spec . add_dependency "pact_broker-client" , "~> 1.28"
You can’t perform that action at this time.
0 commit comments