From 2d7ead8ed46f49a44cadea57417d42326bee5f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 13:55:01 +0000 Subject: [PATCH] Bump rack in /code-samples/serving/hello-world/helloworld-ruby (#5383) Bumps [rack](https://github.com/rack/rack) from 2.2.3.1 to 2.2.6.2. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.2.3.1...v2.2.6.2) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- code-samples/serving/hello-world/helloworld-ruby/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-samples/serving/hello-world/helloworld-ruby/Gemfile.lock b/code-samples/serving/hello-world/helloworld-ruby/Gemfile.lock index 83d9e1f7b..9b15c5d2c 100644 --- a/code-samples/serving/hello-world/helloworld-ruby/Gemfile.lock +++ b/code-samples/serving/hello-world/helloworld-ruby/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: mustermann (2.0.2) ruby2_keywords (~> 0.0.1) - rack (2.2.3.1) + rack (2.2.6.2) rack-protection (2.2.3) rack ruby2_keywords (0.0.5)