From 07513e2ec039fd5a75a22a283914f8607cd01966 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Wed, 3 Jul 2019 00:52:08 +0200 Subject: [PATCH] Bump rack-cors --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5f8b0de2f..b0cc27b8a 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ gem "configurate", "0.3.1" # Cross-origin resource sharing -gem "rack-cors", "1.0.2", require: "rack/cors" +gem "rack-cors", "1.0.3", require: "rack/cors" # CSS diff --git a/Gemfile.lock b/Gemfile.lock index 81de66909..31200591c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -491,7 +491,7 @@ GEM public_suffix (3.0.3) raabro (1.1.6) rack (2.0.7) - rack-cors (1.0.2) + rack-cors (1.0.3) rack-google-analytics (1.2.0) actionpack activesupport @@ -853,7 +853,7 @@ DEPENDENCIES pronto-scss (= 0.9.1) pry pry-byebug - rack-cors (= 1.0.2) + rack-cors (= 1.0.3) rack-google-analytics (= 1.2.0) rack-piwik (= 0.3.0) rack-rewrite (= 1.5.1)