From 1a080514ae02c2a9fcfe8b1e60ff9413d2ef598b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 00:58:39 +0000 Subject: [PATCH] build(deps): bump rack from 1.6.5 to 1.6.13 in /website Bumps [rack](https://github.com/rack/rack) from 1.6.5 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.6.5...1.6.13) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... 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 0811f6d62e20..6bfbcd98c22a 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -111,7 +111,7 @@ GEM tilt (~> 1.4.1) padrino-support (0.12.8.1) activesupport (>= 3.1) - rack (1.6.5) + rack (1.6.13) rack-livereload (0.3.16) rack rack-test (0.6.3)