Skip to content

Commit

Permalink
feat(gems): update to pact_broker-client (1.75.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
pact-dev committed Jun 17, 2024
1 parent 6dc294d commit 4c96552
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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.64.0"
gem "pact-message", "0.11.1"
gem "pact-mock_service", "3.11.2"
gem "pact-provider-verifier", "1.38.0"
gem "pact_broker-client", "1.75.2"
gem "pact_broker-client", "1.75.3"
gem "webrick", "1.8.1"
gem 'rack', '>= 2.2.6'
# see https://stdgems.org/ for versions to lock to
Expand Down
10 changes: 6 additions & 4 deletions packaging/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ GEM
remote: http://rubygems.org/
specs:
awesome_print (1.9.2)
base64 (0.2.0)
bigdecimal (3.1.5)
csv (3.3.0)
diff-lcs (1.5.1)
dig_rb (1.0.1)
expgen (0.1.1)
parslet
faraday (2.9.0)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
Expand Down Expand Up @@ -60,7 +61,8 @@ GEM
diff-lcs (~> 1.5)
expgen (~> 0.1)
rainbow (~> 3.1.1)
pact_broker-client (1.75.2)
pact_broker-client (1.75.3)
base64 (~> 0.2)
dig_rb (~> 1.0)
httparty (>= 0.21.0, < 1.0.0)
rake (~> 13.0)
Expand All @@ -84,7 +86,7 @@ GEM
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
Expand Down Expand Up @@ -127,7 +129,7 @@ DEPENDENCIES
pact-message (= 0.11.1)
pact-mock_service (= 3.11.2)
pact-provider-verifier (= 1.38.0)
pact_broker-client (= 1.75.2)
pact_broker-client (= 1.75.3)
rack (>= 2.2.6)
webrick (= 1.8.1)

Expand Down

0 comments on commit 4c96552

Please sign in to comment.