Skip to content

Commit

Permalink
feat(gems): update to pact-support (1.20.2), pact_broker-client (1.76.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
pact-dev committed Oct 23, 2024
1 parent 6a91264 commit fb02f49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packaging/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem "pact", "1.65.2"
gem "pact-message", "0.11.1"
gem "pact-mock_service", "3.11.2"
gem "pact-provider-verifier", "1.38.1"
gem "pact_broker-client", "1.76.1"
gem "pact_broker-client", "1.76.2"
gem "webrick", "1.8.2"
gem 'rack', '>= 2.2.6'
# see https://stdgems.org/ for versions to lock to
Expand Down
16 changes: 9 additions & 7 deletions packaging/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ GEM
bigdecimal (~> 3.1)
net-http (0.4.1)
uri
ostruct (0.6.0)
pact (1.65.2)
pact-mock_service (~> 3.0, >= 3.3.1)
pact-support (~> 1.16, >= 1.16.9)
Expand Down Expand Up @@ -58,21 +59,22 @@ GEM
rack-reverse-proxy
rspec (~> 3.5)
rspec_junit_formatter (~> 0.3)
pact-support (1.20.1)
pact-support (1.20.2)
awesome_print (~> 1.9)
diff-lcs (~> 1.5)
expgen (~> 0.1)
rainbow (~> 3.1.1)
pact_broker-client (1.76.1)
pact_broker-client (1.76.2)
base64 (~> 0.2)
dig_rb (~> 1.0)
httparty (>= 0.21.0, < 1.0.0)
ostruct
rake (~> 13.0)
table_print (~> 1.5)
term-ansicolor (~> 1.7)
thor (>= 0.20, < 2.0)
parslet (2.0.0)
rack (2.2.9)
rack (2.2.10)
rack-proxy (0.7.7)
rack
rack-reverse-proxy (0.12.0)
Expand All @@ -86,12 +88,12 @@ GEM
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
Expand All @@ -102,7 +104,7 @@ GEM
term-ansicolor (1.11.2)
tins (~> 1.0)
thor (1.3.2)
tins (1.33.0)
tins (1.37.0)
bigdecimal
sync
uri (0.13.1)
Expand Down Expand Up @@ -131,7 +133,7 @@ DEPENDENCIES
pact-message (= 0.11.1)
pact-mock_service (= 3.11.2)
pact-provider-verifier (= 1.38.1)
pact_broker-client (= 1.76.1)
pact_broker-client (= 1.76.2)
rack (>= 2.2.6)
webrick (= 1.8.2)

Expand Down

0 comments on commit fb02f49

Please sign in to comment.