From 709bed9a747d526b3956cea6f121f1eab72c92f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 00:43:05 +0000 Subject: [PATCH] Bump rack from 2.0.1 to 2.0.6 in /web Bumps [rack](https://github.com/rack/rack) from 2.0.1 to 2.0.6. - [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.1...2.0.6) Signed-off-by: dependabot[bot] --- web/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Gemfile.lock b/web/Gemfile.lock index 5278195..4c3237f 100644 --- a/web/Gemfile.lock +++ b/web/Gemfile.lock @@ -13,7 +13,7 @@ GEM minitest (5.9.0) multi_json (1.12.1) power_assert (0.3.0) - rack (2.0.1) + rack (2.0.6) rack-test (0.6.3) rack (>= 1.0) rake (11.2.2)