Skip to content

Commit 891f675

Browse files
committed
feat(gems): update to pact (1.59.0)
1 parent 861fa2b commit 891f675

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,6 +1,6 @@
11
source 'http://rubygems.org'
22

3-
gem "pact", "1.58.0"
3+
gem "pact", "1.59.0"
44
gem "pact-message", "0.11.1"
55
gem "pact-mock_service", "3.9.0"
66
gem "pact-provider-verifier", "1.35.1"

packaging/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
mime-types-data (3.2021.0901)
2020
multi_xml (0.6.0)
2121
multipart-post (2.1.1)
22-
pact (1.58.0)
22+
pact (1.59.0)
2323
pact-mock_service (~> 3.0, >= 3.3.1)
2424
pact-support (~> 1.15)
2525
rack-test (>= 0.6.3, < 2.0.0)
@@ -101,7 +101,7 @@ PLATFORMS
101101
ruby
102102

103103
DEPENDENCIES
104-
pact (= 1.58.0)
104+
pact (= 1.59.0)
105105
pact-message (= 0.11.1)
106106
pact-mock_service (= 3.9.0)
107107
pact-provider-verifier (= 1.35.1)

0 commit comments

Comments
 (0)