From 8fa1d7424ef8bad941503ca32d8dc25a790d37a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 06:36:28 -0700 Subject: [PATCH] Bump rack in /docs/serving/samples/hello-world/helloworld-ruby (#2619) Bumps [rack](https://github.com/rack/rack) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.2...2.2.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/serving/samples/hello-world/helloworld-ruby/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/samples/hello-world/helloworld-ruby/Gemfile.lock b/docs/serving/samples/hello-world/helloworld-ruby/Gemfile.lock index 309b7925e..79d8fdf43 100644 --- a/docs/serving/samples/hello-world/helloworld-ruby/Gemfile.lock +++ b/docs/serving/samples/hello-world/helloworld-ruby/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - rack (2.2.2) + rack (2.2.3) rack-protection (2.0.8.1) rack ruby2_keywords (0.0.2)