bump rack-cors
This commit is contained in:
parent
492200a5fb
commit
07a17a8aa5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -50,7 +50,7 @@ gem 'configurate', '0.2.0'
|
|||
|
||||
# Cross-origin resource sharing
|
||||
|
||||
gem 'rack-cors', '0.2.9', :require => 'rack/cors'
|
||||
gem 'rack-cors', '0.3.1', :require => 'rack/cors'
|
||||
|
||||
# CSS
|
||||
|
||||
|
|
|
|||
|
|
@ -440,7 +440,7 @@ GEM
|
|||
pry-debundle (0.8)
|
||||
pry
|
||||
rack (1.6.0)
|
||||
rack-cors (0.2.9)
|
||||
rack-cors (0.3.1)
|
||||
rack-google-analytics (1.2.0)
|
||||
actionpack
|
||||
activesupport
|
||||
|
|
@ -736,7 +736,7 @@ DEPENDENCIES
|
|||
pry
|
||||
pry-byebug
|
||||
pry-debundle
|
||||
rack-cors (= 0.2.9)
|
||||
rack-cors (= 0.3.1)
|
||||
rack-google-analytics (= 1.2.0)
|
||||
rack-piwik (= 0.3.0)
|
||||
rack-protection (= 1.5.2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue