From ba89aac81502f2759f9c3ea3336fd3212548164c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 10:38:46 +0000 Subject: [PATCH] Bump rack from 2.0.3 to 2.2.3 in /dummy_app Bumps [rack](https://github.com/rack/rack) from 2.0.3 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/2.0.3...2.2.3) Signed-off-by: dependabot[bot] --- dummy_app/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dummy_app/Gemfile.lock b/dummy_app/Gemfile.lock index 4069a2f1..28dfae43 100644 --- a/dummy_app/Gemfile.lock +++ b/dummy_app/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: mustermann (1.0.0) puma (3.9.1) - rack (2.0.3) + rack (2.2.3) rack-protection (2.0.0) rack sinatra (2.0.0)