From 51344b7769c11ef798e03812aa2db37901f11a46 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Thu, 15 Nov 2018 15:02:49 +1100 Subject: [PATCH] chore: update example provider Gemfile --- example/zoo-app/Gemfile | 2 +- example/zoo-app/Gemfile.lock | 58 +++++++++++++++++++----------------- 2 files changed, 31 insertions(+), 29 deletions(-) diff --git a/example/zoo-app/Gemfile b/example/zoo-app/Gemfile index 70962ced..dfa52213 100644 --- a/example/zoo-app/Gemfile +++ b/example/zoo-app/Gemfile @@ -8,5 +8,5 @@ group :development, :test do end gem 'rake' -gem 'rack', '~>1.5.2' +gem 'rack', '~>2.0' gem 'httparty' diff --git a/example/zoo-app/Gemfile.lock b/example/zoo-app/Gemfile.lock index f8f621d1..9298ac9d 100644 --- a/example/zoo-app/Gemfile.lock +++ b/example/zoo-app/Gemfile.lock @@ -1,10 +1,10 @@ PATH remote: ../.. specs: - pact (1.22.2) + pact (1.36.2) json (> 1.8.5) - pact-mock_service (~> 2.0) - pact-support (~> 1.4) + pact-mock_service (~> 2.10) + pact-support (~> 1.8) rack-test (~> 0.6, >= 0.6.3) randexp (~> 0.1.7) rspec (>= 2.14) @@ -18,23 +18,24 @@ GEM awesome_print (1.8.0) coderay (1.1.2) diff-lcs (1.3) + filelock (1.1.1) find_a_port (1.0.1) httparty (0.16.2) multi_xml (>= 0.5.2) json (2.1.0) method_source (0.9.0) multi_xml (0.6.0) - pact-mock_service (2.1.0) + pact-mock_service (2.12.0) + filelock (~> 1.1) find_a_port (~> 1.0.1) json - pact-support (~> 1.0) - rack - rack-test (~> 0.6.2) + pact-support (~> 1.2, >= 1.2.1) + rack (~> 2.0) rspec (>= 2.14) term-ansicolor (~> 1.0) - thor - webrick - pact-support (1.6.0) + thor (~> 0.19) + webrick (~> 1.3) + pact-support (1.8.0) awesome_print (~> 1.1) find_a_port (~> 1.0.1) json @@ -42,38 +43,39 @@ GEM rspec (>= 2.14) term-ansicolor (~> 1.0) thor - pact_broker-client (1.14.1) + pact_broker-client (1.16.2) httparty json + rake table_print (~> 1.5) term-ansicolor thor (~> 0.20) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) - rack (1.5.5) - rack-test (0.6.3) - rack (>= 1.0) + rack (2.0.5) + rack-test (0.8.3) + rack (>= 1.0, < 3) rake (12.3.1) randexp (0.1.7) - rspec (3.7.0) - rspec-core (~> 3.7.0) - rspec-expectations (~> 3.7.0) - rspec-mocks (~> 3.7.0) - rspec-core (3.7.1) - rspec-support (~> 3.7.0) - rspec-expectations (3.7.0) + rspec (3.8.0) + rspec-core (~> 3.8.0) + rspec-expectations (~> 3.8.0) + rspec-mocks (~> 3.8.0) + rspec-core (3.8.0) + rspec-support (~> 3.8.0) + rspec-expectations (3.8.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-mocks (3.7.0) + rspec-support (~> 3.8.0) + rspec-mocks (3.8.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-support (3.7.1) + rspec-support (~> 3.8.0) + rspec-support (3.8.0) table_print (1.5.6) term-ansicolor (1.6.0) tins (~> 1.0) thor (0.20.0) - tins (1.16.3) + tins (1.17.0) webrick (1.4.2) PLATFORMS @@ -84,9 +86,9 @@ DEPENDENCIES pact! pact_broker-client pry - rack (~> 1.5.2) + rack (~> 2.0) rake rspec BUNDLED WITH - 1.15.4 + 1.16.2