Skip to content

Commit 054617e

Browse files
committedAug 7, 2024
feat(gems): update to pact (1.65.0)
1 parent 273451d commit 054617e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎packaging/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'http://rubygems.org'
22

3-
gem "pact", "1.64.0"
3+
gem "pact", "1.65.0"
44
gem "pact-message", "0.11.1"
55
gem "pact-mock_service", "3.11.2"
66
gem "pact-provider-verifier", "1.38.1"

‎packaging/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ GEM
2828
bigdecimal (~> 3.1)
2929
net-http (0.4.1)
3030
uri
31-
pact (1.64.0)
31+
pact (1.65.0)
3232
pact-mock_service (~> 3.0, >= 3.3.1)
3333
pact-support (~> 1.16, >= 1.16.9)
3434
rack-test (>= 0.6.3, < 3.0.0)
@@ -127,7 +127,7 @@ PLATFORMS
127127
DEPENDENCIES
128128
bigdecimal (= 3.1.5)
129129
json (= 2.7.1)
130-
pact (= 1.64.0)
130+
pact (= 1.65.0)
131131
pact-message (= 0.11.1)
132132
pact-mock_service (= 3.11.2)
133133
pact-provider-verifier (= 1.38.1)

0 commit comments

Comments
 (0)