From 1856f1955be4c0ebb97ee100e7a0403d0b25cd33 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Mon, 6 Jan 2020 11:09:25 +1100 Subject: [PATCH] feat: update pact_broker to 2.43.0 --- pact_broker/Gemfile.lock | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/pact_broker/Gemfile.lock b/pact_broker/Gemfile.lock index 0e3c801..9ea180b 100644 --- a/pact_broker/Gemfile.lock +++ b/pact_broker/Gemfile.lock @@ -46,26 +46,27 @@ GEM haml (5.1.2) temple (>= 0.8.0) tilt - httparty (0.17.1) + httparty (0.17.3) mime-types (~> 3.0) multi_xml (>= 0.5.2) i18n (1.7.0) concurrent-ruby (~> 1.0) inflecto (0.0.2) - json (2.2.0) - mime-types (3.3) + json (2.3.0) + mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) multi_json (1.14.1) multi_xml (0.6.0) - mustermann (1.0.3) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) mysql2 (0.5.3) pact-support (1.12.0) awesome_print (~> 1.1) randexp (~> 0.1.7) rspec (>= 2.14) term-ansicolor (~> 1.0) - pact_broker (2.42.0) + pact_broker (2.43.0) dry-logic (= 0.4.2) dry-types (~> 0.10.3) dry-validation (~> 0.10.5) @@ -74,15 +75,15 @@ GEM json (> 1.8, < 3.0) pact-support padrino-core (~> 0.14, >= 0.14.3) - rack (~> 2.0, >= 2.0.6) - rack-protection (~> 2.0) + rack (~> 2.0, >= 2.0.8) + rack-protection (>= 2.0.8.1, < 3.0) redcarpet (~> 3.3, >= 3.3.2) reform (~> 2.2) roar (~> 1.1) semantic_logger (~> 4.3) semver2 (~> 3.4.2) sequel (~> 5.6) - sinatra (>= 2.0.2) + sinatra (>= 2.0.8.1, < 3.0) sucker_punch (~> 2.0) table_print (~> 1.5) webmachine (= 1.5.0) @@ -94,9 +95,9 @@ GEM passenger (5.3.7) rack rake (>= 0.8.1) - pg (1.1.4) - rack (2.0.7) - rack-protection (2.0.7) + pg (1.2.1) + rack (2.0.8) + rack-protection (2.0.8.1) rack rake (13.0.1) randexp (0.1.7) @@ -114,25 +115,26 @@ 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) + ruby2_keywords (0.0.1) semantic_logger (4.6.0) concurrent-ruby (~> 1.0) semver2 (3.4.2) - sequel (5.27.0) - sinatra (2.0.7) + sequel (5.28.0) + sinatra (2.0.8.1) mustermann (~> 1.0) rack (~> 2.0) - rack-protection (= 2.0.7) + rack-protection (= 2.0.8.1) tilt (~> 2.0) - sqlite3 (1.4.1) + sqlite3 (1.4.2) sucker_punch (2.1.2) concurrent-ruby (~> 1.0) table_print (1.5.6)