mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-10 07:38:10 -05:00
bump rack-cors
This commit is contained in:
committed by
Dennis Schubert
parent
ac405dddeb
commit
5a6f6c68cc
2
Gemfile
2
Gemfile
@@ -49,7 +49,7 @@ gem "configurate", "0.3.1"
|
||||
|
||||
# Cross-origin resource sharing
|
||||
|
||||
gem "rack-cors", "0.3.1", require: "rack/cors"
|
||||
gem "rack-cors", "0.4.0", require: "rack/cors"
|
||||
|
||||
# CSS
|
||||
|
||||
|
||||
@@ -461,7 +461,7 @@ GEM
|
||||
pry-debundle (0.8)
|
||||
pry
|
||||
rack (1.6.0)
|
||||
rack-cors (0.3.1)
|
||||
rack-cors (0.4.0)
|
||||
rack-google-analytics (1.2.0)
|
||||
actionpack
|
||||
activesupport
|
||||
@@ -771,7 +771,7 @@ DEPENDENCIES
|
||||
pry
|
||||
pry-byebug
|
||||
pry-debundle
|
||||
rack-cors (= 0.3.1)
|
||||
rack-cors (= 0.4.0)
|
||||
rack-google-analytics (= 1.2.0)
|
||||
rack-piwik (= 0.3.0)
|
||||
rack-protection (= 1.5.3)
|
||||
|
||||
Reference in New Issue
Block a user