From d613171f6d4bd9879d48db1cbfae6b2167c4cc31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 12:57:50 +0000 Subject: [PATCH] Bump rack-cors from 1.0.6 to 1.1.1 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.6 to 1.1.1. - [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.6...v1.1.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fd5843f..063a3ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,8 +106,8 @@ GEM pundit (2.0.0.beta1) activesupport (>= 3.0.0) rack (2.2.3) - rack-cors (1.0.6) - rack (>= 1.6.0) + rack-cors (1.1.1) + rack (>= 2.0.0) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.2.1)