Skip to content

Commit 4a658ce

Browse files
committed
feat(gems): update to pact-message (0.10.0)
1 parent 544a385 commit 4a658ce

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,7 +1,7 @@
11
source 'http://rubygems.org'
22

33
gem "pact", "1.56.0"
4-
gem "pact-message", "0.9.0"
4+
gem "pact-message", "0.10.0"
55
gem "pact-mock_service", "3.7.0"
66
gem "pact-provider-verifier"
77
gem "pact_broker-client", "1.35.0"

packaging/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GEM
2727
term-ansicolor (~> 1.0)
2828
thor (>= 0.20, < 2.0)
2929
webrick (~> 1.3)
30-
pact-message (0.9.0)
30+
pact-message (0.10.0)
3131
pact-mock_service (~> 3.1)
3232
pact-support (~> 1.8)
3333
thor (~> 0.20)
@@ -102,7 +102,7 @@ PLATFORMS
102102

103103
DEPENDENCIES
104104
pact (= 1.56.0)
105-
pact-message (= 0.9.0)
105+
pact-message (= 0.10.0)
106106
pact-mock_service (= 3.7.0)
107107
pact-provider-verifier
108108
pact_broker-client (= 1.35.0)

0 commit comments

Comments
 (0)