From 53ed6b46b2956551e7ee0886678943ba553bf6df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2019 21:34:59 +0000 Subject: [PATCH] Bump rack-cors from 1.0.2 to 1.0.5 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.2 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.2...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 63e5db2..5263be5 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'active_model_serializers', '~> 0.10.6' gem 'bcrypt', '~> 3.1.11' gem 'pg', '~> 0.21' gem 'puma', '~> 3.11.2' -gem 'rack-cors', '~> 1.0.2', require: 'rack/cors' +gem 'rack-cors', '~> 1.0.5', require: 'rack/cors' gem 'rails', '~> 5.2.1' group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index cdd6151..dd971f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,7 +103,8 @@ GEM pry (>= 0.10.4) puma (3.11.4) rack (2.0.5) - rack-cors (1.0.2) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.1) @@ -200,7 +201,7 @@ DEPENDENCIES pry-byebug (~> 3.6.0) pry-rails (~> 0.3.6) puma (~> 3.11.2) - rack-cors (~> 1.0.2) + rack-cors (~> 1.0.5) rails (~> 5.2.1) rails_12factor (~> 0.0.3) rspec-rails (~> 3.7.2)