From e66edebca80fd1cbc12f6f437e094068120c7ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 20:57:12 +0000 Subject: [PATCH] Bump rack-cors from 1.0.1 to 1.0.5 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.1 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.1...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 8c8aee0..aa6b3f1 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'active_model_serializers', '~> 0.10.0' # Used of MTI gem 'active_record-acts_as' -gem 'rack-cors', '1.0.1' +gem 'rack-cors', '1.0.5' gem 'rack-attack' # Use ActiveModel has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index a0728f0..682fedf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -734,7 +734,8 @@ GEM rack (2.0.5) rack-attack (5.4.2) rack (>= 1.0, < 3) - rack-cors (1.0.1) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-test (0.6.3) rack (>= 1.0) rails (5.0.0) @@ -874,7 +875,7 @@ DEPENDENCIES pg (~> 0.20.0) puma rack-attack - rack-cors (= 1.0.1) + rack-cors (= 1.0.5) rails (= 5.0) rails_12factor rspec-rails (~> 3.4)