From ccd3d8dc6ea7168e4d47c6f416a27b538151c00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2019 11:53:01 +0530 Subject: [PATCH] Bump rack-cors from 1.0.3 to 1.0.6 (#207) Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.3 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/v1.0.3...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 ebf0e3b2f..4cde40cd5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -304,7 +304,8 @@ GEM rack (2.0.7) rack-cache (1.9.0) rack (>= 0.4) - rack-cors (1.0.3) + rack-cors (1.0.6) + rack (>= 1.6.0) rack-protection (2.0.7) rack rack-proxy (0.6.5)