From 9754065aa1b2dcb571c38eaecc8bb4ad9dd4b214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:57:40 +0000 Subject: [PATCH] Bump sinatra in /code-samples/serving/hello-world/helloworld-ruby Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.3 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.2.3...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../hello-world/helloworld-ruby/Gemfile.lock | 26 ++++++++++++------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/code-samples/serving/hello-world/helloworld-ruby/Gemfile.lock b/code-samples/serving/hello-world/helloworld-ruby/Gemfile.lock index b5dce69e3eb..47e1115f1c6 100644 --- a/code-samples/serving/hello-world/helloworld-ruby/Gemfile.lock +++ b/code-samples/serving/hello-world/helloworld-ruby/Gemfile.lock @@ -1,18 +1,26 @@ GEM remote: https://rubygems.org/ specs: - mustermann (2.0.2) + base64 (0.2.0) + logger (1.6.1) + mustermann (3.0.3) ruby2_keywords (~> 0.0.1) - rack (2.2.8.1) - rack-protection (2.2.3) - rack + rack (3.1.8) + rack-protection (4.1.0) + base64 (>= 0.1.0) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) + rack-session (2.0.0) + rack (>= 3.0.0) ruby2_keywords (0.0.5) - sinatra (2.2.3) - mustermann (~> 2.0) - rack (~> 2.2) - rack-protection (= 2.2.3) + sinatra (4.1.0) + logger (>= 1.6.0) + mustermann (~> 3.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.1.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - tilt (2.0.11) + tilt (2.4.0) PLATFORMS ruby