From e1234ff9edc64275b2ebbb40b5469f95a5b46986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2019 22:24:43 +0000 Subject: [PATCH] Bump rack-cors from 1.0.2 to 1.0.5 in /qit-api Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.2 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/v1.0.2...v1.0.5) Signed-off-by: dependabot[bot] --- qit-api/Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qit-api/Gemfile.lock b/qit-api/Gemfile.lock index 9b727795..aa19ded0 100644 --- a/qit-api/Gemfile.lock +++ b/qit-api/Gemfile.lock @@ -88,7 +88,8 @@ GEM pg (1.1.3) puma (3.12.0) rack (2.0.8) - rack-cors (1.0.2) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.1)