From 519e7da668c8ad8b71c5908f4fb14adb89fbf80f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 07:40:10 +0000 Subject: [PATCH] Bump rack from 1.5.2 to 1.6.13 in /DefconCTF-2013/worsemedicine Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.6.13. - [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/1.5.2...1.6.13) Signed-off-by: dependabot[bot] --- DefconCTF-2013/worsemedicine/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DefconCTF-2013/worsemedicine/Gemfile.lock b/DefconCTF-2013/worsemedicine/Gemfile.lock index f3ee3244..48088c97 100644 --- a/DefconCTF-2013/worsemedicine/Gemfile.lock +++ b/DefconCTF-2013/worsemedicine/Gemfile.lock @@ -12,7 +12,7 @@ GEM multi_json (1.7.4) puma (2.0.1) rack (>= 1.1, < 2.0) - rack (1.5.2) + rack (1.6.13) rack-protection (1.5.0) rack rack-test (0.6.2)