Skip to content

Commit

Permalink
feat(gems): update to pact_broker-client (1.75.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
pact-dev committed May 13, 2024
1 parent abeee3d commit d11b089
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 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.1"
gem "pact_broker-client", "1.75.2"
gem "webrick", "1.8.1"
gem 'rack', '>= 2.2.6'
gem "json", "2.6.3"
25 changes: 15 additions & 10 deletions packaging/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ GEM
remote: http://rubygems.org/
specs:
awesome_print (1.9.2)
bigdecimal (3.1.8)
csv (3.3.0)
diff-lcs (1.5.1)
dig_rb (1.0.1)
expgen (0.1.1)
Expand All @@ -10,15 +12,17 @@ GEM
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
faraday-retry (2.2.0)
faraday-retry (2.2.1)
faraday (~> 2.0)
find_a_port (1.0.1)
httparty (0.21.0)
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
json (2.6.3)
mini_mime (1.1.5)
multi_xml (0.6.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
net-http (0.4.1)
uri
pact (1.64.0)
Expand Down Expand Up @@ -56,15 +60,15 @@ GEM
diff-lcs (~> 1.5)
expgen (~> 0.1)
rainbow (~> 3.1.1)
pact_broker-client (1.75.1)
pact_broker-client (1.75.2)
dig_rb (~> 1.0)
httparty (>= 0.21.0, < 1.0.0)
rake (~> 13.0)
table_print (~> 1.5)
term-ansicolor (~> 1.7)
thor (>= 0.20, < 2.0)
parslet (2.0.0)
rack (2.2.8.1)
rack (2.2.9)
rack-proxy (0.7.7)
rack
rack-reverse-proxy (0.12.0)
Expand All @@ -73,7 +77,7 @@ GEM
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -83,18 +87,19 @@ GEM
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
sync (0.5.0)
table_print (1.5.7)
term-ansicolor (1.7.1)
term-ansicolor (1.8.0)
tins (~> 1.0)
thor (1.3.1)
tins (1.32.1)
tins (1.33.0)
bigdecimal
sync
uri (0.13.0)
webrick (1.8.1)
Expand All @@ -121,7 +126,7 @@ DEPENDENCIES
pact-message (= 0.11.1)
pact-mock_service (= 3.11.2)
pact-provider-verifier (= 1.38.0)
pact_broker-client (= 1.75.1)
pact_broker-client (= 1.75.2)
rack (>= 2.2.6)
webrick (= 1.8.1)

Expand Down

0 comments on commit d11b089

Please sign in to comment.