From 8e23ff583bb40149547c4ec25d1b60128f0e32c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 14:03:08 +0000 Subject: [PATCH] Bump rack-cors from 0.4.0 to 1.0.5 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 0.4.0 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/v0.4.0...v1.0.5) Signed-off-by: dependabot[bot] --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock old mode 100755 new mode 100644 index 851b120..f28f09d --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,8 @@ GEM pg (0.18.4) pkg-config (1.1.7) rack (2.0.1) - rack-cors (0.4.0) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-test (0.6.3) rack (>= 1.0) rails (5.0.0)