diff --git a/pact_broker/Gemfile b/pact_broker/Gemfile index a05babe..50ace85 100644 --- a/pact_broker/Gemfile +++ b/pact_broker/Gemfile @@ -7,4 +7,5 @@ gem "mysql2", "~>0.3" gem "sqlite3", "~>2.0", force_ruby_platform: true gem "rake", "~> 13.0" gem "padrino-core", ">= 0.16.0.pre3" -gem "sinatra", "~> 4.0" \ No newline at end of file +gem "sinatra", "~> 4.0" +gem "pact-support" \ No newline at end of file diff --git a/pact_broker/Gemfile.lock b/pact_broker/Gemfile.lock index e774cd8..e9acd52 100644 --- a/pact_broker/Gemfile.lock +++ b/pact_broker/Gemfile.lock @@ -6,12 +6,12 @@ GEM as-notifications (1.0.2) awesome_print (1.9.2) base64 (0.3.0) - bigdecimal (3.1.9) + bigdecimal (3.2.2) concurrent-ruby (1.3.5) crass (1.0.6) date (3.4.1) declarative (0.0.20) - diff-lcs (1.6.1) + diff-lcs (1.6.2) disposable (0.6.3) declarative (>= 0.0.9, < 1.0.0) representable (>= 3.1.1, < 4) @@ -37,7 +37,7 @@ GEM dry-logic (~> 1.5) dry-types (~> 1.8) zeitwerk (~> 2.6) - dry-types (1.8.2) + dry-types (1.8.3) bigdecimal (~> 3.0) concurrent-ruby (~> 1.0) dry-core (~> 1.0) @@ -57,7 +57,7 @@ GEM tilt i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.10.2) + json (2.12.2) jsonpath (1.1.5) multi_json logger (1.7.0) @@ -71,22 +71,22 @@ GEM nokogiri (1.18.8) mini_portile2 (~> 2.8.2) racc (~> 1.4) - pact-support (1.21.2) + pact-support (1.21.3) awesome_print (~> 1.9) - diff-lcs (~> 1.5) + diff-lcs (~> 1.6) expgen (~> 0.1) + json (~> 2.12.2) jsonpath (~> 1.0) rainbow (~> 3.1.1) string_pattern (~> 2.0) - pact_broker (2.115.0) + pact_broker (2.116.0) anyway_config (~> 2.1) dry-validation (~> 1.8) haml (~> 5.0) json (~> 2.3) moments (~> 0.2) - pact-support (~> 1.21, >= 1.21.2) psych (~> 5.0) - rack (~> 3.1, >= 3.1.11) + rack (~> 3.1, >= 3.1.16) rack-protection (~> 4.1) redcarpet (~> 3.5, >= 3.5.1) reform (~> 2.6) @@ -95,7 +95,7 @@ GEM sanitize (~> 6.0) semantic_logger (~> 4.11) semver2 (~> 3.4.2) - sequel (~> 5.28) + sequel (~> 5.90) sucker_punch (~> 3.0) table_print (~> 1.5) webmachine (>= 2.0.0.beta, < 3.0) @@ -108,7 +108,7 @@ GEM padrino-support (0.16.0.pre3) parslet (2.0.0) pg (1.5.9) - psych (5.2.3) + psych (5.2.6) date stringio puma (6.6.0) @@ -140,7 +140,7 @@ GEM rack (>= 1.4) roar (1.2.0) representable (~> 3.1) - ruby-next-core (1.1.1) + ruby-next-core (1.1.2) ruby2_keywords (0.0.5) sanitize (6.1.3) crass (~> 1.0.2) @@ -148,7 +148,7 @@ GEM semantic_logger (4.16.1) concurrent-ruby (~> 1.0) semver2 (3.4.2) - sequel (5.91.0) + sequel (5.94.0) bigdecimal sinatra (4.1.1) logger (>= 1.6.0) @@ -157,17 +157,17 @@ GEM rack-protection (= 4.1.1) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sqlite3 (2.7.1) + sqlite3 (2.7.2) mini_portile2 (~> 2.8.0) string_pattern (2.3.0) regexp_parser (~> 2.5, >= 2.5.0) - stringio (3.1.6) + stringio (3.1.7) sucker_punch (3.2.0) concurrent-ruby (~> 1.0) table_print (1.5.7) temple (0.10.3) thor (1.3.2) - tilt (2.6.0) + tilt (2.6.1) trailblazer-option (0.1.2) uber (0.1.0) webmachine (2.0.1) @@ -176,13 +176,14 @@ GEM i18n (>= 0.4.0) multi_json wisper (2.0.1) - zeitwerk (2.7.2) + zeitwerk (2.7.3) PLATFORMS ruby DEPENDENCIES mysql2 (~> 0.3) + pact-support pact_broker padrino-core (>= 0.16.0.pre3) pg (~> 1.5)