Skip to content

Commit aa849da

Browse files
committed
feat(gems): update to pact (1.64.0)
1 parent 5f3f818 commit aa849da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.63.0"
3+
gem "pact", "1.64.0"
44
gem "pact-message", "0.11.1"
55
gem "pact-mock_service", "3.11.2"
66
gem "pact-provider-verifier", "1.38.0"

packaging/Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ GEM
2121
json (2.6.3)
2222
mini_mime (1.1.5)
2323
multi_xml (0.6.0)
24-
pact (1.63.0)
24+
pact (1.64.0)
2525
pact-mock_service (~> 3.0, >= 3.3.1)
2626
pact-support (~> 1.16, >= 1.16.9)
2727
rack-test (>= 0.6.3, < 3.0.0)
2828
rspec (~> 3.0)
29-
term-ansicolor (~> 1.0)
29+
term-ansicolor (~> 1.7)
3030
thor (>= 0.20, < 2.0)
31-
webrick (~> 1.3)
31+
webrick (~> 1.8)
3232
pact-message (0.11.1)
3333
pact-mock_service (~> 3.1)
3434
pact-support (~> 1.8)
@@ -109,7 +109,7 @@ PLATFORMS
109109

110110
DEPENDENCIES
111111
json (= 2.6.3)
112-
pact (= 1.63.0)
112+
pact (= 1.64.0)
113113
pact-message (= 0.11.1)
114114
pact-mock_service (= 3.11.2)
115115
pact-provider-verifier (= 1.38.0)

0 commit comments

Comments
 (0)