From 4b6f650cb190f41fafb0fde87d86a01b8e9dc28b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 14:22:18 +0000 Subject: [PATCH] Bump rack-cors from 1.0.2 to 1.1.1 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.2 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.2...v1.1.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2ad67e2..6899065 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -908,7 +908,8 @@ GEM pundit (2.0.1) activesupport (>= 3.0.0) rack (2.0.5) - rack-cors (1.0.2) + rack-cors (1.1.1) + rack (>= 2.0.0) rack-protection (2.0.3) rack rack-test (1.1.0)