From f371ad7dfa48826225b6c37f5193b82f9b6af2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 07:17:47 +0000 Subject: [PATCH] Bump rack-cors from 1.0.5 to 1.1.0 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.5 to 1.1.0. - [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.5...v1.1.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 68b6954..11fe210 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,8 +124,8 @@ GEM pg (1.1.4) puma (3.12.2) rack (2.0.8) - rack-cors (1.0.5) - rack (>= 1.6.0) + rack-cors (1.1.0) + rack (>= 2.0.0) rack-pjax (1.1.0) nokogiri (~> 1.5) rack (>= 1.1)