From 48e35e8b0352e84a2b2a47919c997ea1f63ae628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 16:55:55 +0000 Subject: [PATCH] Bump rack from 2.2.2 to 2.2.3.1 in /week3/sample_app Bumps [rack](https://github.com/rack/rack) from 2.2.2 to 2.2.3.1. - [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/v2.2.2...2.2.3.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... 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..c9bcd82 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.1) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.1.6)