From d898b5ba69ec7001b9bec83657065121a58352d8 Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Tue, 11 Feb 2020 20:33:37 +0100 Subject: [PATCH] Bump rack-cors. --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 382be596b..c1f934b24 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ gem "configurate", "0.3.1" # Cross-origin resource sharing -gem "rack-cors", "1.0.3", require: "rack/cors" +gem "rack-cors", "1.1.1", require: "rack/cors" # CSS diff --git a/Gemfile.lock b/Gemfile.lock index 3e12364d6..e5c7ac212 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -497,7 +497,8 @@ GEM public_suffix (3.1.1) raabro (1.1.6) rack (2.2.2) - rack-cors (1.0.3) + rack-cors (1.1.1) + rack (>= 2.0.0) rack-google-analytics (1.2.0) actionpack activesupport @@ -861,7 +862,7 @@ DEPENDENCIES pronto-scss (= 0.10.0) pry pry-byebug - rack-cors (= 1.0.3) + rack-cors (= 1.1.1) rack-google-analytics (= 1.2.0) rack-piwik (= 0.3.0) rack-rewrite (= 1.5.1)