Bump rack-cors.

This commit is contained in:
Dennis Schubert 2020-02-11 20:33:37 +01:00 committed by Benjamin Neff
parent b7ee911778
commit d898b5ba69
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 3 deletions

View file

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

View file

@ -497,7 +497,8 @@ GEM
public_suffix (3.1.1)
raabro (1.1.6)
rack (2.2.2)
rack-cors (1.0.3)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-google-analytics (1.2.0)
actionpack
activesupport
@ -861,7 +862,7 @@ DEPENDENCIES
pronto-scss (= 0.10.0)
pry
pry-byebug
rack-cors (= 1.0.3)
rack-cors (= 1.1.1)
rack-google-analytics (= 1.2.0)
rack-piwik (= 0.3.0)
rack-rewrite (= 1.5.1)