Skip to content

Commit bf226d7

Browse files
committed
feat(gems): update to pact-message (0.8.0)
1 parent ccd25e9 commit bf226d7

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.55.2"
4-
gem "pact-message"
4+
gem "pact-message", "0.8.0"
55
gem "pact-mock_service"
66
gem "pact-provider-verifier"
77
gem "pact_broker-client"

packaging/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GEM
2626
term-ansicolor (~> 1.0)
2727
thor (>= 0.20, < 2.0)
2828
webrick (~> 1.3)
29-
pact-message (0.7.0)
29+
pact-message (0.8.0)
3030
pact-mock_service (~> 3.1)
3131
pact-support (~> 1.8)
3232
thor (~> 0.20)
@@ -100,7 +100,7 @@ PLATFORMS
100100

101101
DEPENDENCIES
102102
pact (= 1.55.2)
103-
pact-message
103+
pact-message (= 0.8.0)
104104
pact-mock_service
105105
pact-provider-verifier
106106
pact_broker-client

0 commit comments

Comments
 (0)