Skip to content

Commit

Permalink
feat(gems): update to pact 1.43.0, pact-provider-verifier 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 11, 2020
1 parent 58cee83 commit 4ba7c14
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions packaging/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
awesome_print (1.8.0)
diff-lcs (1.3)
faraday (0.17.1)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
Expand All @@ -13,13 +13,12 @@ GEM
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
json (2.3.0)
mime-types (3.3)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
multi_xml (0.6.0)
multipart-post (2.1.1)
pact (1.42.3)
json (> 1.8.5)
pact (1.43.0)
pact-mock_service (~> 3.0)
pact-support (~> 1.9)
rack-test (>= 0.6.3, < 2.0.0)
Expand All @@ -41,13 +40,13 @@ GEM
term-ansicolor (~> 1.0)
thor (~> 0.19)
webrick (~> 1.3)
pact-provider-verifier (1.25.2)
pact-provider-verifier (1.26.0)
faraday (~> 0.9, >= 0.9.0)
faraday_middleware (~> 0.10)
json (> 1.8)
pact (~> 1.42, >= 1.42.3)
pact (~> 1.43)
pact-message (~> 0.5)
rack (~> 2.0)
rack (~> 2.1)
rack-reverse-proxy
rake (~> 10.4, >= 10.4.2)
rspec (~> 3.5)
Expand All @@ -64,7 +63,7 @@ GEM
table_print (~> 1.5)
term-ansicolor
thor (~> 0.20)
rack (2.0.7)
rack (2.1.0)
rack-proxy (0.6.5)
rack
rack-reverse-proxy (0.12.0)
Expand All @@ -78,22 +77,24 @@ GEM
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.0)
rspec-support (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rspec-support (3.9.2)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
sync (0.5.0)
table_print (1.5.6)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.3)
tins (1.22.2)
tins (1.24.0)
sync
webrick (1.3.1)

PLATFORMS
Expand Down

0 comments on commit 4ba7c14

Please sign in to comment.