From 63e39c275fa3801a7550b3ab710ad9dd5e65687d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 22:33:17 +0000 Subject: [PATCH] Bump rack-cors from 1.0.3 to 1.0.5 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.3 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/v1.0.3...v1.0.5) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 835eeff..931f57d 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'bcrypt', '~> 3.1.7' #For creating JWT gem 'jwt_sessions', '~> 2.4.1' -gem 'rack-cors', '~> 1.0.3' +gem 'rack-cors', '~> 1.0.5' # Use ActiveStorage variant diff --git a/Gemfile.lock b/Gemfile.lock index 3d412ae..dd78065 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,8 @@ GEM mini_portile2 (~> 2.4.0) puma (3.12.1) rack (2.0.7) - rack-cors (1.0.3) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.3) @@ -174,7 +175,7 @@ DEPENDENCIES jwt_sessions (~> 2.4.1) listen (>= 3.0.5, < 3.2) puma (~> 3.11) - rack-cors (~> 1.0.3) + rack-cors (~> 1.0.5) rails (~> 5.2.3) redis (~> 4.0) rspec-rails