From 3e963f2b45e25317a2f3fe62ca0fb47ba9724c59 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:34:59 +0000 Subject: [PATCH] [Security] Bump rack-cors from 0.4.1 to 1.0.5 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 0.4.1 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/v0.4.1...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 1fe6279..56129c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -202,7 +202,8 @@ GEM public_suffix (2.0.5) puma (3.8.2) rack (2.0.1) - rack-cors (0.4.1) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-protection (1.5.3) rack rack-test (0.6.3)