From 264a64596c8b0db69b136e5cee88942985979379 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 7 Apr 2018 23:05:07 +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 c8745b6eb..074c1f432 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ gem "configurate", "0.3.1" # Cross-origin resource sharing -gem "rack-cors", "1.0.1", require: "rack/cors" +gem "rack-cors", "1.0.2", require: "rack/cors" # CSS diff --git a/Gemfile.lock b/Gemfile.lock index 3aad9f133..b13ca221a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -476,7 +476,7 @@ GEM pry (~> 0.10) public_suffix (3.0.0) rack (2.0.4) - rack-cors (1.0.1) + rack-cors (1.0.2) rack-google-analytics (1.2.0) actionpack activesupport @@ -840,7 +840,7 @@ DEPENDENCIES pronto-scss (= 0.9.1) pry pry-byebug - rack-cors (= 1.0.1) + rack-cors (= 1.0.2) rack-google-analytics (= 1.2.0) rack-piwik (= 0.3.0) rack-rewrite (= 1.5.1)