Skip to content

Commit 1c361d2

Browse files
committed
feat(gems): update to pact_broker-client (1.69.0)
1 parent c9c63ad commit 1c361d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packaging/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem "pact", "1.63.0"
44
gem "pact-message", "0.11.1"
55
gem "pact-mock_service", "3.11.2"
66
gem "pact-provider-verifier", "1.36.1"
7-
gem "pact_broker-client", "1.68.0"
7+
gem "pact_broker-client", "1.69.0"
88
gem "webrick", "1.8.1"
99
gem 'rack', '>= 2.2.6'
1010
gem "json", "2.6.3"

packaging/Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ GEM
3636
mini_mime (>= 1.0.0)
3737
multi_xml (>= 0.5.2)
3838
json (2.6.3)
39-
mini_mime (1.1.2)
39+
mini_mime (1.1.5)
4040
multi_xml (0.6.0)
4141
multipart-post (2.3.0)
4242
pact (1.63.0)
@@ -74,15 +74,15 @@ GEM
7474
diff-lcs (~> 1.4)
7575
expgen (~> 0.1)
7676
rainbow (~> 3.1.1)
77-
pact_broker-client (1.68.0)
77+
pact_broker-client (1.69.0)
7878
dig_rb (~> 1.0)
7979
httparty (>= 0.21.0, < 1.0.0)
8080
rake (~> 13.0)
8181
table_print (~> 1.5)
8282
term-ansicolor (~> 1.7)
8383
thor (>= 0.20, < 2.0)
8484
parslet (2.0.0)
85-
rack (2.2.7)
85+
rack (2.2.8)
8686
rack-proxy (0.7.6)
8787
rack
8888
rack-reverse-proxy (0.12.0)
@@ -101,7 +101,7 @@ GEM
101101
rspec-expectations (3.12.3)
102102
diff-lcs (>= 1.2.0, < 2.0)
103103
rspec-support (~> 3.12.0)
104-
rspec-mocks (3.12.5)
104+
rspec-mocks (3.12.6)
105105
diff-lcs (>= 1.2.0, < 2.0)
106106
rspec-support (~> 3.12.0)
107107
rspec-support (3.12.1)
@@ -131,7 +131,7 @@ DEPENDENCIES
131131
pact-message (= 0.11.1)
132132
pact-mock_service (= 3.11.2)
133133
pact-provider-verifier (= 1.36.1)
134-
pact_broker-client (= 1.68.0)
134+
pact_broker-client (= 1.69.0)
135135
rack (>= 2.2.6)
136136
webrick (= 1.8.1)
137137

0 commit comments

Comments
 (0)