Skip to content

Commit 28df904

Browse files
committed
feat(gems): update to pact (1.58.0)
1 parent 95e5c53 commit 28df904

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.57.0"
3+
gem "pact", "1.58.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

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ GEM
1616
json (2.5.1)
1717
mime-types (3.3.1)
1818
mime-types-data (~> 3.2015)
19-
mime-types-data (3.2021.0704)
19+
mime-types-data (3.2021.0901)
2020
multi_xml (0.6.0)
2121
multipart-post (2.1.1)
22-
pact (1.57.0)
22+
pact (1.58.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.57.0)
104+
pact (= 1.58.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)