Skip to content

Commit 32aceb5

Browse files
committed
feat(gems): update to pact (1.55.5)
1 parent 48afc77 commit 32aceb5

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.4"
3+
gem "pact", "1.55.5"
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,7 +18,7 @@ GEM
1818
mime-types-data (3.2020.0512)
1919
multi_xml (0.6.0)
2020
multipart-post (2.1.1)
21-
pact (1.55.4)
21+
pact (1.55.5)
2222
pact-mock_service (~> 3.0, >= 3.3.1)
2323
pact-support (~> 1.15)
2424
rack-test (>= 0.6.3, < 2.0.0)
@@ -91,15 +91,15 @@ GEM
9191
term-ansicolor (1.7.1)
9292
tins (~> 1.0)
9393
thor (0.20.3)
94-
tins (1.25.0)
94+
tins (1.26.0)
9595
sync
9696
webrick (1.3.1)
9797

9898
PLATFORMS
9999
ruby
100100

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

0 commit comments

Comments
 (0)