From ac4d5578cfc307ec059cc91fe5246b030055edf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 00:52:23 +0000 Subject: [PATCH] chore(deps): bump sinatra from 3.2.0 to 4.1.0 in /examples Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.2.0 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.2.0...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/Gemfile.lock | 62 +++++++++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 26 deletions(-) diff --git a/examples/Gemfile.lock b/examples/Gemfile.lock index e8769ec..50c21b9 100644 --- a/examples/Gemfile.lock +++ b/examples/Gemfile.lock @@ -6,7 +6,7 @@ GEM diff-lcs (1.5.1) expgen (0.1.1) parslet - faraday (2.12.1) + faraday (2.12.2) faraday-net_http (>= 2.0, < 3.5) json logger @@ -15,14 +15,14 @@ GEM faraday-retry (2.2.1) faraday (~> 2.0) find_a_port (1.0.1) - json (2.8.2) + json (2.9.1) jsonpath (1.1.5) multi_json - logger (1.6.1) + logger (1.6.4) multi_json (1.15.0) mustermann (3.0.3) ruby2_keywords (~> 0.0.1) - net-http (0.5.0) + net-http (0.6.0) uri ostruct (0.6.1) pact (1.66.0) @@ -38,26 +38,28 @@ GEM pact-mock_service (~> 3.1) pact-support (~> 1.8) thor (>= 0.20, < 2.0) - pact-mock_service (3.11.2) + pact-mock_service (3.12.3) find_a_port (~> 1.0.1) json pact-support (~> 1.16, >= 1.16.4) - rack (~> 2.0) + rack (>= 3.0, < 4.0) + rackup (~> 2.0) rspec (>= 2.14) thor (>= 0.19, < 2.0) webrick (~> 1.8) - pact-provider-verifier (1.38.2) + pact-provider-verifier (1.39.0) faraday (~> 2.5) faraday-retry (~> 2.2) json (> 1.8) ostruct pact (~> 1.59) pact-message (~> 0.5) - rack (~> 2.1) + rack (>= 3.0, < 4.0) rack-reverse-proxy + rackup (~> 2.0) rspec (~> 3.5) rspec_junit_formatter (~> 0.3) - pact-support (1.21.1) + pact-support (1.21.2) awesome_print (~> 1.9) diff-lcs (~> 1.5) expgen (~> 0.1) @@ -65,19 +67,25 @@ GEM rainbow (~> 3.1.1) string_pattern (~> 2.0) parslet (2.0.0) - rack (2.2.10) - rack-protection (3.2.0) + rack (3.1.8) + rack-protection (4.1.0) base64 (>= 0.1.0) - rack (~> 2.2, >= 2.2.4) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) rack-proxy (0.7.7) rack rack-reverse-proxy (0.12.0) rack (>= 1.0.0) rack-proxy (~> 0.6, >= 0.6.1) - rack-test (2.1.0) + rack-session (2.1.0) + base64 (>= 0.1.0) + rack (>= 3.0.0) + rack-test (2.2.0) rack (>= 1.3) + rackup (2.2.1) + rack (>= 3) rainbow (3.1.1) - regexp_parser (2.9.2) + regexp_parser (2.10.0) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -90,35 +98,37 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) ruby2_keywords (0.0.5) - sinatra (3.2.0) + sinatra (4.1.0) + logger (>= 1.6.0) mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.2.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.1.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sinatra-contrib (3.2.0) + sinatra-contrib (4.1.0) multi_json (>= 0.0.2) mustermann (~> 3.0) - rack-protection (= 3.2.0) - sinatra (= 3.2.0) + rack-protection (= 4.1.0) + sinatra (= 4.1.0) tilt (~> 2.0) string_pattern (2.3.0) regexp_parser (~> 2.5, >= 2.5.0) thor (1.3.2) - tilt (2.4.0) + tilt (2.5.0) uri (1.0.2) - webrick (1.9.0) + webrick (1.9.1) PLATFORMS ruby DEPENDENCIES - pact-provider-verifier (>= 1.38.1) - sinatra (>= 3.1.0) - sinatra-contrib (>= 3.1.0) + pact-provider-verifier (>= 1.39.0) + sinatra (>= 4.1.0) + sinatra-contrib (>= 4.1.0) BUNDLED WITH 2.5.23