Bump rack-cors

This commit is contained in:
Benjamin Neff 2023-06-26 02:12:10 +02:00
parent 7d7305028d
commit 462d3936a1
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ gem "toml-rb", "2.2.0"
# Cross-origin resource sharing
gem "rack-cors", "1.1.1", require: "rack/cors"
gem "rack-cors", "2.0.1", require: "rack/cors"
# CSS

View file

@ -537,7 +537,7 @@ GEM
raabro (1.4.0)
racc (1.7.1)
rack (2.2.7)
rack-cors (1.1.1)
rack-cors (2.0.1)
rack (>= 2.0.0)
rack-google-analytics (1.2.0)
actionpack
@ -862,7 +862,7 @@ DEPENDENCIES
pry
pry-byebug
puma (= 6.3.0)
rack-cors (= 1.1.1)
rack-cors (= 2.0.1)
rack-google-analytics (= 1.2.0)
rack-piwik (= 0.3.0)
rack-rewrite (= 1.5.1)