Bump rack-cors

This commit is contained in:
Benjamin Neff 2024-05-30 02:54:46 +02:00
parent 7dc1e2d026
commit 0615ac112b
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", "3.0.1"
# Cross-origin resource sharing
gem "rack-cors", "2.0.1", require: "rack/cors"
gem "rack-cors", "2.0.2", require: "rack/cors"
# CSS

View file

@ -527,7 +527,7 @@ GEM
raabro (1.4.0)
racc (1.8.0)
rack (2.2.9)
rack-cors (2.0.1)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-google-analytics (1.2.0)
actionpack
@ -860,7 +860,7 @@ DEPENDENCIES
pry
pry-byebug
puma (= 6.4.2)
rack-cors (= 2.0.1)
rack-cors (= 2.0.2)
rack-google-analytics (= 1.2.0)
rack-piwik (= 0.3.0)
rack-rewrite (= 1.5.1)