From 5a6f6c68cc184d0101d1878f7124b79516de6458 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu>
Date: Mon, 4 May 2015 15:48: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 88330b0736..508c7cfa34 100644
--- a/Gemfile
+++ b/Gemfile
@@ -49,7 +49,7 @@ gem "configurate", "0.3.1"
 
 # Cross-origin resource sharing
 
-gem "rack-cors", "0.3.1", require: "rack/cors"
+gem "rack-cors", "0.4.0", require: "rack/cors"
 
 # CSS
 
diff --git a/Gemfile.lock b/Gemfile.lock
index 4240fbb74d..d29fa32d84 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -461,7 +461,7 @@ GEM
     pry-debundle (0.8)
       pry
     rack (1.6.0)
-    rack-cors (0.3.1)
+    rack-cors (0.4.0)
     rack-google-analytics (1.2.0)
       actionpack
       activesupport
@@ -771,7 +771,7 @@ DEPENDENCIES
   pry
   pry-byebug
   pry-debundle
-  rack-cors (= 0.3.1)
+  rack-cors (= 0.4.0)
   rack-google-analytics (= 1.2.0)
   rack-piwik (= 0.3.0)
   rack-protection (= 1.5.3)
-- 
GitLab