We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48afc77 commit 32aceb5Copy full SHA for 32aceb5
packaging/Gemfile
@@ -1,6 +1,6 @@
1
source 'http://rubygems.org'
2
3
-gem "pact", "1.55.4"
+gem "pact", "1.55.5"
4
gem "pact-message", "0.8.0"
5
gem "pact-mock_service"
6
gem "pact-provider-verifier"
packaging/Gemfile.lock
@@ -18,7 +18,7 @@ GEM
18
mime-types-data (3.2020.0512)
19
multi_xml (0.6.0)
20
multipart-post (2.1.1)
21
- pact (1.55.4)
+ pact (1.55.5)
22
pact-mock_service (~> 3.0, >= 3.3.1)
23
pact-support (~> 1.15)
24
rack-test (>= 0.6.3, < 2.0.0)
@@ -91,15 +91,15 @@ GEM
91
term-ansicolor (1.7.1)
92
tins (~> 1.0)
93
thor (0.20.3)
94
- tins (1.25.0)
+ tins (1.26.0)
95
sync
96
webrick (1.3.1)
97
98
PLATFORMS
99
ruby
100
101
DEPENDENCIES
102
- pact (= 1.55.4)
+ pact (= 1.55.5)
103
pact-message (= 0.8.0)
104
pact-mock_service
105
pact-provider-verifier
0 commit comments