From 6b41a2d27e618607c418465c174562010086cc33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 20:07:23 +0000 Subject: [PATCH] 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 ec9d3ce..e077c63 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,8 @@ GEM mini_portile2 (~> 2.4.0) pg (0.21.0) rack (1.6.11) - rack-cors (1.0.3) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-test (0.6.3) rack (>= 1.0) rails (4.2.11.1)