From 717a57aa538d8e6723d8a926b1ee939e6d2d10e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 20:55:35 +0000 Subject: [PATCH] Bump rack-cors from 0.3.1 to 1.0.6 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 0.3.1 to 1.0.6. - [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.3.1...v1.0.6) Signed-off-by: dependabot[bot] --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e248553..b262a1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,7 +140,8 @@ GEM pry-rails (0.3.3) pry (>= 0.9.10) rack (1.6.0) - rack-cors (0.3.1) + rack-cors (1.0.6) + rack (>= 1.6.0) rack-test (0.6.3) rack (>= 1.0) rails (4.2.0)