Bump rack-cors

This commit is contained in:
Benjamin Neff 2019-07-03 00:52:08 +02:00
parent b1441356d2
commit 07513e2ec0
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -491,7 +491,7 @@ GEM
public_suffix (3.0.3)
raabro (1.1.6)
rack (2.0.7)
rack-cors (1.0.2)
rack-cors (1.0.3)
rack-google-analytics (1.2.0)
actionpack
activesupport
@ -853,7 +853,7 @@ DEPENDENCIES
pronto-scss (= 0.9.1)
pry
pry-byebug
rack-cors (= 1.0.2)
rack-cors (= 1.0.3)
rack-google-analytics (= 1.2.0)
rack-piwik (= 0.3.0)
rack-rewrite (= 1.5.1)