Skip to content

Commit 88c0dc4

Browse files
committed
chore(deps): pin pact(ruby) to v1 for pact-provider-verifier
1 parent a80a98a commit 88c0dc4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PATH
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)
@@ -44,7 +45,7 @@ GEM
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)
@@ -142,7 +143,7 @@ GEM
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)
@@ -167,6 +168,7 @@ GEM
167168
PLATFORMS
168169
aarch64-linux-musl
169170
arm64-darwin-24
171+
arm64-darwin-25
170172
x86_64-linux
171173
x86_64-linux-musl
172174

pact-cli.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)