From 305f86e958f680795c93543f0fc11d6520030b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 15:18:02 +0000 Subject: [PATCH] Bump rack-cors from 1.0.2 to 1.0.5 in /rails 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] --- rails/Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rails/Gemfile.lock b/rails/Gemfile.lock index ca8d473..6cd5b0e 100644 --- a/rails/Gemfile.lock +++ b/rails/Gemfile.lock @@ -334,7 +334,8 @@ GEM public_suffix (3.0.2) puma (3.12.0) rack (2.0.5) - rack-cors (1.0.2) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-protection (2.0.3) rack rack-test (1.0.0)