From 4377023fad219614a0c58ffe68c53dcab737155b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 10:39:12 +0000 Subject: [PATCH] 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. - [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[bot] --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 20fe925..86a4873 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -253,7 +253,8 @@ GEM pusher-signature (~> 0.1.8) pusher-signature (0.1.8) rack (2.0.5) - rack-cors (0.4.1) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-mini-profiler (0.10.5) rack (>= 1.2.0) rack-ssl-enforcer (0.2.9)