From 1b873417d5e0f2b1dd2b3b1e8bc5f84ba8fae064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 22:56:50 +0300 Subject: [PATCH] Bump rack from 2.0.7 to 2.0.8 in /website (#101) Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8. - [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.7...2.0.8) Signed-off-by: dependabot[bot] --- website/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Gemfile.lock b/website/Gemfile.lock index 50b3e2ae..0c0290ad 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -10,7 +10,7 @@ GEM nio4r (2.5.2) puma (4.3.1) nio4r (~> 2.0) - rack (2.0.7) + rack (2.0.8) rack-protection (2.0.7) rack redis (4.1.3)