Bump rack-cors

This commit is contained in:
Steffen van Bergerem 2017-03-02 17:09:53 +01:00 committed by Benjamin Neff
parent dbf91a0b1d
commit d6f8a21706
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ gem "configurate", "0.3.1"
# Cross-origin resource sharing # Cross-origin resource sharing
gem "rack-cors", "0.4.0", require: "rack/cors" gem "rack-cors", "0.4.1", require: "rack/cors"
# CSS # CSS

View file

@ -479,7 +479,7 @@ GEM
quiet_assets (1.1.0) quiet_assets (1.1.0)
railties (>= 3.1, < 5.0) railties (>= 3.1, < 5.0)
rack (1.6.5) rack (1.6.5)
rack-cors (0.4.0) rack-cors (0.4.1)
rack-google-analytics (1.2.0) rack-google-analytics (1.2.0)
actionpack actionpack
activesupport activesupport
@ -860,7 +860,7 @@ DEPENDENCIES
pry pry
pry-byebug pry-byebug
quiet_assets (= 1.1.0) quiet_assets (= 1.1.0)
rack-cors (= 0.4.0) rack-cors (= 0.4.1)
rack-google-analytics (= 1.2.0) rack-google-analytics (= 1.2.0)
rack-piwik (= 0.3.0) rack-piwik (= 0.3.0)
rack-rewrite (= 1.5.1) rack-rewrite (= 1.5.1)