From 410ec5a20b9caff89da1ba5617a3ab5d88bcbd8c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 20:38:12 +0000 Subject: [PATCH] [Security] Bump rack-cors from 1.0.2 to 1.0.5 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.2 to 1.0.5. **This update includes a security fix.** - [Release notes](https://github.com/cyu/rack-cors/releases) - [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md) - [Commits](https://github.com/cyu/rack-cors/compare/v1.0.2...v1.0.5) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 39b6145..3d7fca5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,7 +159,8 @@ GEM public_suffix (3.0.3) puma (3.12.0) rack (2.0.7) - rack-cors (1.0.2) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-protection (2.0.5) rack rack-test (1.1.0)