Skip to content

Commit d00b2ee

Browse files
committed
feat(gems): update to pact (1.55.3)
1 parent 1f8bab5 commit d00b2ee

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.2"
3+
gem "pact", "1.55.3"
44
gem "pact-message", "0.8.0"
55
gem "pact-mock_service"
66
gem "pact-provider-verifier"

packaging/Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ GEM
1818
mime-types-data (3.2020.0512)
1919
multi_xml (0.6.0)
2020
multipart-post (2.1.1)
21-
pact (1.55.2)
21+
pact (1.55.3)
2222
pact-mock_service (~> 3.0, >= 3.3.1)
23-
pact-support (~> 1.9)
23+
pact-support (~> 1.15)
2424
rack-test (>= 0.6.3, < 2.0.0)
2525
rspec (~> 3.0)
2626
term-ansicolor (~> 1.0)
@@ -99,7 +99,7 @@ PLATFORMS
9999
ruby
100100

101101
DEPENDENCIES
102-
pact (= 1.55.2)
102+
pact (= 1.55.3)
103103
pact-message (= 0.8.0)
104104
pact-mock_service
105105
pact-provider-verifier

0 commit comments

Comments
 (0)