Bump rack-cors
This commit is contained in:
parent
7d7305028d
commit
462d3936a1
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -60,7 +60,7 @@ gem "toml-rb", "2.2.0"
|
||||||
|
|
||||||
# Cross-origin resource sharing
|
# Cross-origin resource sharing
|
||||||
|
|
||||||
gem "rack-cors", "1.1.1", require: "rack/cors"
|
gem "rack-cors", "2.0.1", require: "rack/cors"
|
||||||
|
|
||||||
# CSS
|
# CSS
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -537,7 +537,7 @@ GEM
|
||||||
raabro (1.4.0)
|
raabro (1.4.0)
|
||||||
racc (1.7.1)
|
racc (1.7.1)
|
||||||
rack (2.2.7)
|
rack (2.2.7)
|
||||||
rack-cors (1.1.1)
|
rack-cors (2.0.1)
|
||||||
rack (>= 2.0.0)
|
rack (>= 2.0.0)
|
||||||
rack-google-analytics (1.2.0)
|
rack-google-analytics (1.2.0)
|
||||||
actionpack
|
actionpack
|
||||||
|
|
@ -862,7 +862,7 @@ DEPENDENCIES
|
||||||
pry
|
pry
|
||||||
pry-byebug
|
pry-byebug
|
||||||
puma (= 6.3.0)
|
puma (= 6.3.0)
|
||||||
rack-cors (= 1.1.1)
|
rack-cors (= 2.0.1)
|
||||||
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