bump rack-cors
This commit is contained in:
parent
ac405dddeb
commit
5a6f6c68cc
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -49,7 +49,7 @@ gem "configurate", "0.3.1"
|
||||||
|
|
||||||
# Cross-origin resource sharing
|
# Cross-origin resource sharing
|
||||||
|
|
||||||
gem "rack-cors", "0.3.1", require: "rack/cors"
|
gem "rack-cors", "0.4.0", require: "rack/cors"
|
||||||
|
|
||||||
# CSS
|
# CSS
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -461,7 +461,7 @@ GEM
|
||||||
pry-debundle (0.8)
|
pry-debundle (0.8)
|
||||||
pry
|
pry
|
||||||
rack (1.6.0)
|
rack (1.6.0)
|
||||||
rack-cors (0.3.1)
|
rack-cors (0.4.0)
|
||||||
rack-google-analytics (1.2.0)
|
rack-google-analytics (1.2.0)
|
||||||
actionpack
|
actionpack
|
||||||
activesupport
|
activesupport
|
||||||
|
|
@ -771,7 +771,7 @@ DEPENDENCIES
|
||||||
pry
|
pry
|
||||||
pry-byebug
|
pry-byebug
|
||||||
pry-debundle
|
pry-debundle
|
||||||
rack-cors (= 0.3.1)
|
rack-cors (= 0.4.0)
|
||||||
rack-google-analytics (= 1.2.0)
|
rack-google-analytics (= 1.2.0)
|
||||||
rack-piwik (= 0.3.0)
|
rack-piwik (= 0.3.0)
|
||||||
rack-protection (= 1.5.3)
|
rack-protection (= 1.5.3)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue