Skip to content

Commit

Permalink
feat(gems): update to pact-message (0.11.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 22, 2021
1 parent 1e3e446 commit 7861404
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packaging/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'http://rubygems.org'

gem "pact", "1.57.0"
gem "pact-message", "0.10.0"
gem "pact-message", "0.11.0"
gem "pact-mock_service", "3.8.0"
gem "pact-provider-verifier", "1.34.0"
gem "pact_broker-client", "1.37.1"
Expand Down
8 changes: 4 additions & 4 deletions packaging/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ GEM
term-ansicolor (~> 1.0)
thor (>= 0.20, < 2.0)
webrick (~> 1.3)
pact-message (0.10.0)
pact-message (0.11.0)
pact-mock_service (~> 3.1)
pact-support (~> 1.8)
thor (~> 0.20)
thor (>= 0.20, < 2.0)
pact-mock_service (3.8.0)
filelock (~> 1.1)
find_a_port (~> 1.0.1)
Expand Down Expand Up @@ -92,7 +92,7 @@ GEM
table_print (1.5.7)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.3)
thor (1.1.0)
tins (1.28.0)
sync
webrick (1.3.1)
Expand All @@ -102,7 +102,7 @@ PLATFORMS

DEPENDENCIES
pact (= 1.57.0)
pact-message (= 0.10.0)
pact-message (= 0.11.0)
pact-mock_service (= 3.8.0)
pact-provider-verifier (= 1.34.0)
pact_broker-client (= 1.37.1)
Expand Down

0 comments on commit 7861404

Please sign in to comment.