From f3db810a8059db16d7be276ea19847b4db28b1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 22:34:51 +0000 Subject: [PATCH] chore(deps): bump rack-cors from 1.0.3 to 1.0.5 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] --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f1d2ed6fb..7f6a4d744 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -229,7 +229,8 @@ GEM rack (2.0.7) rack-accept (0.4.5) rack (>= 0.4) - rack-cors (1.0.3) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-protection (2.0.5) rack rack-test (1.1.0)