From c2457e065ba48e47d2363874a6e38cf09026ac2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 22:14:20 +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 c16a7d7bf3..012634e91b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rack-cors', '~> 1.0.1', require: 'rack/cors' +gem 'rack-cors', '~> 1.0.5', require: 'rack/cors' ruby '2.6.3' diff --git a/Gemfile.lock b/Gemfile.lock index 9c0ee34442..531e5cefd1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,7 +296,8 @@ GEM psych (3.1.0) public_suffix (4.0.1) rack (2.0.7) - rack-cors (1.0.3) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -561,7 +562,7 @@ DEPENDENCIES postgresql_cursor (~> 0.6.1) prawn (~> 2.2.2) psych (~> 3.1.0) - rack-cors (~> 1.0.1) + rack-cors (~> 1.0.5) rails (= 5.2.3) rails-controller-testing (~> 1.0.2) rails-jquery-autocomplete (~> 1.0.3)