Skip to content

Commit fb02f49

Browse files
committed
feat(gems): update to pact-support (1.20.2), pact_broker-client (1.76.2)
1 parent 6a91264 commit fb02f49

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

packaging/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem "pact", "1.65.2"
44
gem "pact-message", "0.11.1"
55
gem "pact-mock_service", "3.11.2"
66
gem "pact-provider-verifier", "1.38.1"
7-
gem "pact_broker-client", "1.76.1"
7+
gem "pact_broker-client", "1.76.2"
88
gem "webrick", "1.8.2"
99
gem 'rack', '>= 2.2.6'
1010
# see https://stdgems.org/ for versions to lock to

packaging/Gemfile.lock

+9-7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ GEM
2929
bigdecimal (~> 3.1)
3030
net-http (0.4.1)
3131
uri
32+
ostruct (0.6.0)
3233
pact (1.65.2)
3334
pact-mock_service (~> 3.0, >= 3.3.1)
3435
pact-support (~> 1.16, >= 1.16.9)
@@ -58,21 +59,22 @@ GEM
5859
rack-reverse-proxy
5960
rspec (~> 3.5)
6061
rspec_junit_formatter (~> 0.3)
61-
pact-support (1.20.1)
62+
pact-support (1.20.2)
6263
awesome_print (~> 1.9)
6364
diff-lcs (~> 1.5)
6465
expgen (~> 0.1)
6566
rainbow (~> 3.1.1)
66-
pact_broker-client (1.76.1)
67+
pact_broker-client (1.76.2)
6768
base64 (~> 0.2)
6869
dig_rb (~> 1.0)
6970
httparty (>= 0.21.0, < 1.0.0)
71+
ostruct
7072
rake (~> 13.0)
7173
table_print (~> 1.5)
7274
term-ansicolor (~> 1.7)
7375
thor (>= 0.20, < 2.0)
7476
parslet (2.0.0)
75-
rack (2.2.9)
77+
rack (2.2.10)
7678
rack-proxy (0.7.7)
7779
rack
7880
rack-reverse-proxy (0.12.0)
@@ -86,12 +88,12 @@ GEM
8688
rspec-core (~> 3.13.0)
8789
rspec-expectations (~> 3.13.0)
8890
rspec-mocks (~> 3.13.0)
89-
rspec-core (3.13.1)
91+
rspec-core (3.13.2)
9092
rspec-support (~> 3.13.0)
9193
rspec-expectations (3.13.3)
9294
diff-lcs (>= 1.2.0, < 2.0)
9395
rspec-support (~> 3.13.0)
94-
rspec-mocks (3.13.1)
96+
rspec-mocks (3.13.2)
9597
diff-lcs (>= 1.2.0, < 2.0)
9698
rspec-support (~> 3.13.0)
9799
rspec-support (3.13.1)
@@ -102,7 +104,7 @@ GEM
102104
term-ansicolor (1.11.2)
103105
tins (~> 1.0)
104106
thor (1.3.2)
105-
tins (1.33.0)
107+
tins (1.37.0)
106108
bigdecimal
107109
sync
108110
uri (0.13.1)
@@ -131,7 +133,7 @@ DEPENDENCIES
131133
pact-message (= 0.11.1)
132134
pact-mock_service (= 3.11.2)
133135
pact-provider-verifier (= 1.38.1)
134-
pact_broker-client (= 1.76.1)
136+
pact_broker-client (= 1.76.2)
135137
rack (>= 2.2.6)
136138
webrick (= 1.8.2)
137139

0 commit comments

Comments
 (0)