Bump rack-cors
This commit is contained in:
parent
b1441356d2
commit
07513e2ec0
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -54,7 +54,7 @@ gem "configurate", "0.3.1"
|
|||
|
||||
# Cross-origin resource sharing
|
||||
|
||||
gem "rack-cors", "1.0.2", require: "rack/cors"
|
||||
gem "rack-cors", "1.0.3", require: "rack/cors"
|
||||
|
||||
# CSS
|
||||
|
||||
|
|
|
|||
|
|
@ -491,7 +491,7 @@ GEM
|
|||
public_suffix (3.0.3)
|
||||
raabro (1.1.6)
|
||||
rack (2.0.7)
|
||||
rack-cors (1.0.2)
|
||||
rack-cors (1.0.3)
|
||||
rack-google-analytics (1.2.0)
|
||||
actionpack
|
||||
activesupport
|
||||
|
|
@ -853,7 +853,7 @@ DEPENDENCIES
|
|||
pronto-scss (= 0.9.1)
|
||||
pry
|
||||
pry-byebug
|
||||
rack-cors (= 1.0.2)
|
||||
rack-cors (= 1.0.3)
|
||||
rack-google-analytics (= 1.2.0)
|
||||
rack-piwik (= 0.3.0)
|
||||
rack-rewrite (= 1.5.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue