From 07a17a8aa5eb8c6e41c5e16c248eef1ae0f6a2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 28 Feb 2015 01:18:40 +0100 Subject: [PATCH] bump rack-cors --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7045c71e6..eb97c215b 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem 'configurate', '0.2.0' # Cross-origin resource sharing -gem 'rack-cors', '0.2.9', :require => 'rack/cors' +gem 'rack-cors', '0.3.1', :require => 'rack/cors' # CSS diff --git a/Gemfile.lock b/Gemfile.lock index 238ee3dd2..626ff2aaf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -440,7 +440,7 @@ GEM pry-debundle (0.8) pry rack (1.6.0) - rack-cors (0.2.9) + rack-cors (0.3.1) rack-google-analytics (1.2.0) actionpack activesupport @@ -736,7 +736,7 @@ DEPENDENCIES pry pry-byebug pry-debundle - rack-cors (= 0.2.9) + rack-cors (= 0.3.1) rack-google-analytics (= 1.2.0) rack-piwik (= 0.3.0) rack-protection (= 1.5.2)