From 63a3051d133d4dac1e1af27fe5890f5039d87019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 22:42:22 +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 a374377..a32af20 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'pry', '~> 0.12.2' gem 'puma', '~> 3.11' gem 'rack', '~> 2.0.7' gem 'rack-attack', '~> 6.0.0' -gem 'rack-cors', '~> 1.0.3', require: 'rack/cors' +gem 'rack-cors', '~> 1.0.5', require: 'rack/cors' gem 'rails', '~> 5.2.3' group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 76e4fbc..967c71b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -286,7 +286,8 @@ GEM rack (2.0.7) rack-attack (6.0.0) rack (>= 1.0, < 3) - rack-cors (1.0.3) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-protection (2.0.5) rack rack-test (1.1.0) @@ -500,7 +501,7 @@ DEPENDENCIES puma (~> 3.11) rack (~> 2.0.7) rack-attack (~> 6.0.0) - rack-cors (~> 1.0.3) + rack-cors (~> 1.0.5) rails (~> 5.2.3) rails-controller-testing (~> 1.0.4) rails_event_store (~> 0.38.1)