From 0badfade04f713531fb0114e51dba124032e2389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 20:35:29 +0000 Subject: [PATCH] Bump rack-cors from 0.4.1 to 1.0.5 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 0.4.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/v0.4.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 91f8053..a71339f 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'rails-settings-cached' gem 'cancancan', '~> 1.9' gem 'omniauth', '~> 1.3.2' gem 'omniauth-oauth2' -gem 'rack-cors', '~> 0.4.1', :require => 'rack/cors' +gem 'rack-cors', '~> 1.0.5', :require => 'rack/cors' gem 'foundation-rails' gem 'simple_form' gem 'newrelic_rpm' diff --git a/Gemfile.lock b/Gemfile.lock index 53034bb..d082fae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,8 @@ GEM quiet_assets (1.0.2) railties (>= 3.1, < 5.0) rack (1.6.10) - rack-cors (0.4.1) + rack-cors (1.0.5) + rack (>= 1.6.0) rack-test (0.6.3) rack (>= 1.0) rails (4.2.7.1) @@ -357,7 +358,7 @@ DEPENDENCIES pg progress quiet_assets - rack-cors (~> 0.4.1) + rack-cors (~> 1.0.5) rails (~> 4.2.7.1) rails-settings-cached rails_12factor