Bump rack-cors

This commit is contained in:
Benjamin Neff 2018-04-07 23:05:07 +02:00
parent 94b59f29b0
commit 264a64596c
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ gem "configurate", "0.3.1"
# Cross-origin resource sharing
gem "rack-cors", "1.0.1", require: "rack/cors"
gem "rack-cors", "1.0.2", require: "rack/cors"
# CSS

View file

@ -476,7 +476,7 @@ GEM
pry (~> 0.10)
public_suffix (3.0.0)
rack (2.0.4)
rack-cors (1.0.1)
rack-cors (1.0.2)
rack-google-analytics (1.2.0)
actionpack
activesupport
@ -840,7 +840,7 @@ DEPENDENCIES
pronto-scss (= 0.9.1)
pry
pry-byebug
rack-cors (= 1.0.1)
rack-cors (= 1.0.2)
rack-google-analytics (= 1.2.0)
rack-piwik (= 0.3.0)
rack-rewrite (= 1.5.1)