From 08610f1b52fd161ede50e2858eb51deda77b4c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 1 Jun 2014 13:36:34 +0200 Subject: [PATCH] bump rack-cors --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f48ee3d4b..dc525452b 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'configurate', '0.0.8' # Cross-origin resource sharing -gem 'rack-cors', '0.2.8', :require => 'rack/cors' +gem 'rack-cors', '0.2.9', :require => 'rack/cors' # Database diff --git a/Gemfile.lock b/Gemfile.lock index 532c8e41b..d43ab0559 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -301,8 +301,7 @@ GEM rack (1.4.5) rack-cache (1.2) rack (>= 0.4) - rack-cors (0.2.8) - rack + rack-cors (0.2.9) rack-google-analytics (0.14.0) actionpack activesupport @@ -518,7 +517,7 @@ DEPENDENCIES omniauth-twitter (= 1.0.1) omniauth-wordpress (= 0.2.1) opengraph_parser (= 0.2.3) - rack-cors (= 0.2.8) + rack-cors (= 0.2.9) rack-google-analytics (= 0.14.0) rack-piwik (= 0.2.2) rack-protection (= 1.2)