Skip to content

Commit f4fd9d1

Browse files
committed
feat(gems): update to pact-message (0.11.1)
1 parent 0ecd33e commit f4fd9d1

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.57.0"
4-
gem "pact-message", "0.11.0"
4+
gem "pact-message", "0.11.1"
55
gem "pact-mock_service", "3.8.0"
66
gem "pact-provider-verifier", "1.35.0"
77
gem "pact_broker-client", "1.38.3"

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.11.0)
30+
pact-message (0.11.1)
3131
pact-mock_service (~> 3.1)
3232
pact-support (~> 1.8)
3333
thor (>= 0.20, < 2.0)
@@ -102,7 +102,7 @@ PLATFORMS
102102

103103
DEPENDENCIES
104104
pact (= 1.57.0)
105-
pact-message (= 0.11.0)
105+
pact-message (= 0.11.1)
106106
pact-mock_service (= 3.8.0)
107107
pact-provider-verifier (= 1.35.0)
108108
pact_broker-client (= 1.38.3)

0 commit comments

Comments
 (0)