mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 20:12:45 +08:00
DEV: remove superfluous comment
This commit is contained in:
parent
e97cb20c2a
commit
30bbc485d0
4
Gemfile
4
Gemfile
|
@ -127,10 +127,6 @@ gem 'mini_racer'
|
|||
# TODO: determine why highline is being held back and upgrade to latest
|
||||
gem 'highline', '~> 1.7.0', require: false
|
||||
|
||||
# TODO: Upgrading breaks Sidekiq Web
|
||||
# This is a bit of a hornets nest cause in an ideal world we much prefer
|
||||
# if Sidekiq reused session and CSRF mitigation with Discourse on the
|
||||
# _forum_session cookie instead of a rack.session cookie
|
||||
gem 'rack', '2.2.2'
|
||||
|
||||
gem 'rack-protection' # security
|
||||
|
|
Loading…
Reference in New Issue
Block a user