Bump rack-cors
This commit is contained in:
parent
7dc1e2d026
commit
0615ac112b
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -60,7 +60,7 @@ gem "toml-rb", "3.0.1"
|
||||||
|
|
||||||
# Cross-origin resource sharing
|
# Cross-origin resource sharing
|
||||||
|
|
||||||
gem "rack-cors", "2.0.1", require: "rack/cors"
|
gem "rack-cors", "2.0.2", require: "rack/cors"
|
||||||
|
|
||||||
# CSS
|
# CSS
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -527,7 +527,7 @@ GEM
|
||||||
raabro (1.4.0)
|
raabro (1.4.0)
|
||||||
racc (1.8.0)
|
racc (1.8.0)
|
||||||
rack (2.2.9)
|
rack (2.2.9)
|
||||||
rack-cors (2.0.1)
|
rack-cors (2.0.2)
|
||||||
rack (>= 2.0.0)
|
rack (>= 2.0.0)
|
||||||
rack-google-analytics (1.2.0)
|
rack-google-analytics (1.2.0)
|
||||||
actionpack
|
actionpack
|
||||||
|
|
@ -860,7 +860,7 @@ DEPENDENCIES
|
||||||
pry
|
pry
|
||||||
pry-byebug
|
pry-byebug
|
||||||
puma (= 6.4.2)
|
puma (= 6.4.2)
|
||||||
rack-cors (= 2.0.1)
|
rack-cors (= 2.0.2)
|
||||||
rack-google-analytics (= 1.2.0)
|
rack-google-analytics (= 1.2.0)
|
||||||
rack-piwik (= 0.3.0)
|
rack-piwik (= 0.3.0)
|
||||||
rack-rewrite (= 1.5.1)
|
rack-rewrite (= 1.5.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue