mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 06:53:45 +08:00
Disable logster for now due to a conflict.
This commit is contained in:
parent
93c3ec2a54
commit
c680d74571
4
Gemfile
4
Gemfile
|
@ -222,7 +222,9 @@ gem 'ruby-readability', require: false
|
|||
gem 'simple-rss', require: false
|
||||
gem 'gctools', require: false, platform: :mri_21
|
||||
gem 'stackprof', require: false, platform: :mri_21
|
||||
gem 'logster'
|
||||
|
||||
# Disabled as it conflicts with our /admin/logs routes
|
||||
# gem 'logster'
|
||||
|
||||
# perftools only works on 1.9 atm
|
||||
group :profile do
|
||||
|
|
|
@ -151,7 +151,6 @@ GEM
|
|||
thor (~> 0.15)
|
||||
libv8 (3.16.14.3)
|
||||
listen (0.7.3)
|
||||
logster (0.0.2)
|
||||
lru_redux (0.8.1)
|
||||
mail (2.5.4)
|
||||
mime-types (~> 1.16)
|
||||
|
@ -420,7 +419,6 @@ DEPENDENCIES
|
|||
image_sorcery
|
||||
librarian (>= 0.0.25)
|
||||
listen (= 0.7.3)
|
||||
logster
|
||||
lru_redux
|
||||
message_bus
|
||||
minitest
|
||||
|
|
Loading…
Reference in New Issue
Block a user