We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861fa2b commit 891f675Copy full SHA for 891f675
packaging/Gemfile
@@ -1,6 +1,6 @@
1
source 'http://rubygems.org'
2
3
-gem "pact", "1.58.0"
+gem "pact", "1.59.0"
4
gem "pact-message", "0.11.1"
5
gem "pact-mock_service", "3.9.0"
6
gem "pact-provider-verifier", "1.35.1"
packaging/Gemfile.lock
@@ -19,7 +19,7 @@ GEM
19
mime-types-data (3.2021.0901)
20
multi_xml (0.6.0)
21
multipart-post (2.1.1)
22
- pact (1.58.0)
+ pact (1.59.0)
23
pact-mock_service (~> 3.0, >= 3.3.1)
24
pact-support (~> 1.15)
25
rack-test (>= 0.6.3, < 2.0.0)
@@ -101,7 +101,7 @@ PLATFORMS
101
ruby
102
103
DEPENDENCIES
104
- pact (= 1.58.0)
+ pact (= 1.59.0)
105
pact-message (= 0.11.1)
106
pact-mock_service (= 3.9.0)
107
pact-provider-verifier (= 1.35.1)
0 commit comments