From 178b92d8ad92c060ff17ddcbb480fe9186ca403e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 9 Jun 2013 14:11:16 +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 eb098ab66..7b688cb16 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'configurate', '0.0.8' # Cross-origin resource sharing -gem 'rack-cors', '0.2.7', :require => 'rack/cors' +gem 'rack-cors', '0.2.8', :require => 'rack/cors' # Database diff --git a/Gemfile.lock b/Gemfile.lock index 0840a5e8d..d1d9c0ae0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -253,7 +253,7 @@ GEM rack (1.4.5) rack-cache (1.2) rack (>= 0.4) - rack-cors (0.2.7) + rack-cors (0.2.8) rack rack-google-analytics (0.11.0) rack-mobile-detect (0.4.0) @@ -455,7 +455,7 @@ DEPENDENCIES omniauth-facebook (= 1.4.1) omniauth-tumblr (= 1.1) omniauth-twitter (= 0.0.16) - rack-cors (= 0.2.7) + rack-cors (= 0.2.8) rack-google-analytics (= 0.11.0) rack-piwik (= 0.2.2) rack-protection (= 1.2)