Skip to content

Commit c709674

Browse files
committed
feat(gems): update to pact (1.55.6)
1 parent 732668e commit c709674

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.55.5"
3+
gem "pact", "1.55.6"
44
gem "pact-message", "0.9.0"
55
gem "pact-mock_service"
66
gem "pact-provider-verifier"

packaging/Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ GEM
1515
json (2.3.1)
1616
mime-types (3.3.1)
1717
mime-types-data (~> 3.2015)
18-
mime-types-data (3.2020.0512)
18+
mime-types-data (3.2020.1104)
1919
multi_xml (0.6.0)
2020
multipart-post (2.1.1)
21-
pact (1.55.5)
21+
pact (1.55.6)
2222
pact-mock_service (~> 3.0, >= 3.3.1)
2323
pact-support (~> 1.15)
2424
rack-test (>= 0.6.3, < 2.0.0)
@@ -99,7 +99,7 @@ PLATFORMS
9999
ruby
100100

101101
DEPENDENCIES
102-
pact (= 1.55.5)
102+
pact (= 1.55.6)
103103
pact-message (= 0.9.0)
104104
pact-mock_service
105105
pact-provider-verifier

0 commit comments

Comments
 (0)