From 82c85099e9fbeca63a7230db71818b67c095db2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 01:43:18 +0000 Subject: [PATCH] Bump rack from 2.0.1 to 2.1.4 in /web Bumps [rack](https://github.com/rack/rack) from 2.0.1 to 2.1.4. - [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.1.4) 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..b3bfe60 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.1.4) rack-test (0.6.3) rack (>= 1.0) rake (11.2.2)