Skip to content

Commit 81fc0d1

Browse files
committed
feat(gems): update to pact (1.55.0)
1 parent 2c7c42d commit 81fc0d1

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

packaging/Gemfile.lock

+2-2
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.54.0)
21+
pact (1.55.0)
2222
pact-mock_service (~> 3.0, >= 3.3.1)
2323
pact-support (~> 1.9)
2424
rack-test (>= 0.6.3, < 2.0.0)
@@ -99,7 +99,7 @@ PLATFORMS
9999
ruby
100100

101101
DEPENDENCIES
102-
pact (= 1.54.0)
102+
pact (= 1.55.0)
103103
pact-message
104104
pact-mock_service
105105
pact-provider-verifier

0 commit comments

Comments
 (0)