From 319ba03ae218f3ece6e740c81cf05801f3a2bea1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 13:39:43 +0000 Subject: [PATCH] [Security] Bump rack in /{{cookiecutter.project_slug}} Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.2.2. **This update includes security fixes.** - [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...v2.2.2) Signed-off-by: dependabot-preview[bot] --- {{cookiecutter.project_slug}}/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/Gemfile.lock b/{{cookiecutter.project_slug}}/Gemfile.lock index 81aa46e..f14e854 100644 --- a/{{cookiecutter.project_slug}}/Gemfile.lock +++ b/{{cookiecutter.project_slug}}/Gemfile.lock @@ -190,7 +190,7 @@ GEM pry (>= 0.10.4) public_suffix (3.0.3) puma (3.12.2) - rack (2.0.7) + rack (2.2.2) rack-canonical-host (0.2.3) addressable (> 0, < 3) rack (>= 1.0.0, < 3)