mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 06:53:45 +08:00
Declare rack-protection dependency explicitely
This commit is contained in:
parent
bd5fe86c87
commit
4f9aa6a92a
1
Gemfile
1
Gemfile
|
@ -116,6 +116,7 @@ gem 'therubyracer', require: 'v8'
|
|||
gem 'thin', require: false
|
||||
gem 'diffy', '>= 3.0', require: false
|
||||
gem 'highline', require: false
|
||||
gem 'rack-protection' # security
|
||||
|
||||
# Gem that enables support for plugins. It is required.
|
||||
gem 'discourse_plugin', path: 'vendor/gems/discourse_plugin'
|
||||
|
|
|
@ -522,6 +522,7 @@ DEPENDENCIES
|
|||
qunit-rails
|
||||
rack-cors
|
||||
rack-mini-profiler!
|
||||
rack-protection
|
||||
rails (= 3.2.12)
|
||||
rails_multisite!
|
||||
rake
|
||||
|
|
Loading…
Reference in New Issue
Block a user