Skip to content

Commit 65e6a1f

Browse files
committed
chore(deps): pin pact(ruby) to v1 for pact-provider-verifier
1 parent 8f5bae0 commit 65e6a1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packaging/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem "pact", "1.67.5"
3+
gem "pact", "< 2"
44
gem "pact-message", "0.11.1"
55
gem "pact-mock_service", "3.12.4"
66
gem "pact-provider-verifier", "1.39.1"

packaging/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ GEM
117117
rspec-expectations (3.13.5)
118118
diff-lcs (>= 1.2.0, < 2.0)
119119
rspec-support (~> 3.13.0)
120-
rspec-mocks (3.13.7)
120+
rspec-mocks (3.13.8)
121121
diff-lcs (>= 1.2.0, < 2.0)
122122
rspec-support (~> 3.13.0)
123123
rspec-support (3.13.7)
@@ -160,7 +160,7 @@ DEPENDENCIES
160160
fiddle (= 1.1.2)
161161
io-console (= 0.7.1)
162162
json (= 2.7.2)
163-
pact (= 1.67.5)
163+
pact (< 2)
164164
pact-message (= 0.11.1)
165165
pact-mock_service (= 3.12.4)
166166
pact-provider-verifier (= 1.39.1)

0 commit comments

Comments
 (0)