From 60d7b267e3ca361e1fd2d0956583401601184058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 18:16:50 +0000 Subject: [PATCH] Bump rack from 2.2.2 to 2.2.3 in /week3/sample_app 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] --- week3/sample_app/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week3/sample_app/Gemfile.lock b/week3/sample_app/Gemfile.lock index 6ea638c..2819f46 100644 --- a/week3/sample_app/Gemfile.lock +++ b/week3/sample_app/Gemfile.lock @@ -113,7 +113,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) puma (3.9.1) - rack (2.2.2) + rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.1.6)