bump rack-cors

This commit is contained in:
Jonne Haß 2014-06-01 13:36:34 +02:00
parent b749603d1e
commit 08610f1b52
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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)