Skip to content

Commit

Permalink
feat(gems): update to pact_broker-client (1.31.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 22, 2020
1 parent 301dc82 commit f7f42a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packaging/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ gem "pact", "1.55.5"
gem "pact-message", "0.8.0"
gem "pact-mock_service"
gem "pact-provider-verifier"
gem "pact_broker-client", "1.30.0"
gem "pact_broker-client", "1.31.0"
gem "webrick", "1.3.1" # Later versions require Ruby 2.3
gem "rack", "~>2.1.1"
6 changes: 3 additions & 3 deletions packaging/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ GEM
randexp (~> 0.1.7)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
pact_broker-client (1.30.0)
pact_broker-client (1.31.0)
httparty (~> 0.18)
rake (~> 13.0)
table_print (~> 1.5)
term-ansicolor (~> 1.7)
thor (~> 0.20)
thor (>= 0.20, < 2.0)
rack (2.1.4)
rack-proxy (0.6.5)
rack
Expand Down Expand Up @@ -103,7 +103,7 @@ DEPENDENCIES
pact-message (= 0.8.0)
pact-mock_service
pact-provider-verifier
pact_broker-client (= 1.30.0)
pact_broker-client (= 1.31.0)
rack (~> 2.1.1)
webrick (= 1.3.1)

Expand Down

0 comments on commit f7f42a3

Please sign in to comment.