Skip to content

Commit

Permalink
feat(gems): update to pact-mock_service (3.7.0), pact-support (1.16.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 13, 2020
1 parent 30b67b7 commit 5ec309c
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
Expand Up @@ -2,7 +2,7 @@ source 'http://rubygems.org'

gem "pact", "1.55.6"
gem "pact-message", "0.9.0"
gem "pact-mock_service"
gem "pact-mock_service", "3.7.0"
gem "pact-provider-verifier"
gem "pact_broker-client", "1.33.0"
gem "webrick", "1.3.1" # Later versions require Ruby 2.3
Expand Down
8 changes: 4 additions & 4 deletions packaging/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ GEM
pact-mock_service (~> 3.1)
pact-support (~> 1.8)
thor (~> 0.20)
pact-mock_service (3.6.2)
pact-mock_service (3.7.0)
filelock (~> 1.1)
find_a_port (~> 1.0.1)
json
pact-support (~> 1.12, >= 1.12.0)
pact-support (~> 1.16, >= 1.16.4)
rack (~> 2.0)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
Expand All @@ -50,7 +50,7 @@ GEM
rack-reverse-proxy
rspec (~> 3.5)
rspec_junit_formatter (~> 0.3)
pact-support (1.16.3)
pact-support (1.16.4)
awesome_print (~> 1.1)
diff-lcs (~> 1.4)
randexp (~> 0.1.7)
Expand Down Expand Up @@ -101,7 +101,7 @@ PLATFORMS
DEPENDENCIES
pact (= 1.55.6)
pact-message (= 0.9.0)
pact-mock_service
pact-mock_service (= 3.7.0)
pact-provider-verifier
pact_broker-client (= 1.33.0)
rack (~> 2.1.1)
Expand Down

0 comments on commit 5ec309c

Please sign in to comment.