From b84ffb8c5aa1a9c4757a87d712e2e84f9e081e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 15:16:25 +0000 Subject: [PATCH] Bump rack-cors from 1.0.3 to 1.0.5 in /api-server Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.3 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.3...v1.0.5) Signed-off-by: dependabot[bot] --- api-server/Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api-server/Gemfile.lock b/api-server/Gemfile.lock index 01358084..689f08b1 100644 --- a/api-server/Gemfile.lock +++ b/api-server/Gemfile.lock @@ -171,7 +171,8 @@ GEM public_suffix (3.1.0) puma (3.12.1) rack (2.0.7) - rack-cors (1.0.3) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.3)