From 6e97c0d7ccdd55550ad403369e4592ab25c9f186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 18:33:06 +0000 Subject: [PATCH] Bump rack from 1.4.1 to 1.6.13 in /chapter_01 Bumps [rack](https://github.com/rack/rack) from 1.4.1 to 1.6.13. - [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/1.4.1...1.6.13) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- chapter_01/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter_01/Gemfile.lock b/chapter_01/Gemfile.lock index 99375d3..add8d5e 100644 --- a/chapter_01/Gemfile.lock +++ b/chapter_01/Gemfile.lock @@ -20,7 +20,7 @@ GEM json (1.7.3) mime-types (1.19) multi_json (1.3.6) - rack (1.4.1) + rack (1.6.13) rack-protection (1.2.0) rack rack-test (0.6.1)