We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd25e9 commit bf226d7Copy full SHA for bf226d7
packaging/Gemfile
@@ -1,7 +1,7 @@
1
source 'http://rubygems.org'
2
3
gem "pact", "1.55.2"
4
-gem "pact-message"
+gem "pact-message", "0.8.0"
5
gem "pact-mock_service"
6
gem "pact-provider-verifier"
7
gem "pact_broker-client"
packaging/Gemfile.lock
@@ -26,7 +26,7 @@ GEM
26
term-ansicolor (~> 1.0)
27
thor (>= 0.20, < 2.0)
28
webrick (~> 1.3)
29
- pact-message (0.7.0)
+ pact-message (0.8.0)
30
pact-mock_service (~> 3.1)
31
pact-support (~> 1.8)
32
thor (~> 0.20)
@@ -100,7 +100,7 @@ PLATFORMS
100
101
DEPENDENCIES
102
pact (= 1.55.2)
103
- pact-message
+ pact-message (= 0.8.0)
104
pact-mock_service
105
pact-provider-verifier
106
pact_broker-client
0 commit comments