Skip to content

Commit 23b3c41

Browse files
committed
feat(gems): update to pact (1.65.1), pact-support (1.20.1)
1 parent 5c73e04 commit 23b3c41

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.65.0"
3+
gem "pact", "1.65.1"
44
gem "pact-message", "0.11.1"
55
gem "pact-mock_service", "3.11.2"
66
gem "pact-provider-verifier", "1.38.1"

packaging/Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ GEM
2828
bigdecimal (~> 3.1)
2929
net-http (0.4.1)
3030
uri
31-
pact (1.65.0)
31+
pact (1.65.1)
3232
pact-mock_service (~> 3.0, >= 3.3.1)
3333
pact-support (~> 1.16, >= 1.16.9)
3434
rack-test (>= 0.6.3, < 3.0.0)
35+
rainbow (~> 3.1)
3536
rspec (~> 3.0)
36-
term-ansicolor (~> 1.7)
3737
thor (>= 0.20, < 2.0)
3838
webrick (~> 1.8)
3939
pact-message (0.11.1)
@@ -58,7 +58,7 @@ GEM
5858
rack-reverse-proxy
5959
rspec (~> 3.5)
6060
rspec_junit_formatter (~> 0.3)
61-
pact-support (1.20.0)
61+
pact-support (1.20.1)
6262
awesome_print (~> 1.9)
6363
diff-lcs (~> 1.5)
6464
expgen (~> 0.1)
@@ -127,7 +127,7 @@ PLATFORMS
127127
DEPENDENCIES
128128
bigdecimal (= 3.1.5)
129129
json (= 2.7.1)
130-
pact (= 1.65.0)
130+
pact (= 1.65.1)
131131
pact-message (= 0.11.1)
132132
pact-mock_service (= 3.11.2)
133133
pact-provider-verifier (= 1.38.1)

0 commit comments

Comments
 (0)