From 8d861ab0a7045af6195f0913459eb11e3554e9b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Dec 2020 22:18:10 +0000 Subject: [PATCH] Bump rack-cors from 0.4.0 to 1.0.6 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 0.4.0 to 1.0.6. - [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.0...v1.0.6) Signed-off-by: dependabot[bot] --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 235a26ff..33e07220 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -351,7 +351,8 @@ GEM rack (1.6.13) rack-contrib (1.2.0) rack (>= 0.9.1) - rack-cors (0.4.0) + rack-cors (1.0.6) + rack (>= 1.6.0) rack-mini-profiler (0.10.1) rack (>= 1.2.0) rack-protection (1.5.5)