mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: if redis is flushed message bus will keep working
also remove message bus dependency on eventmachine
This commit is contained in:
parent
0a062112d9
commit
4408ea2a42
1 changed files with 2 additions and 3 deletions
|
@ -62,7 +62,7 @@ GEM
|
|||
coderay (1.1.0)
|
||||
connection_pool (2.1.2)
|
||||
crass (1.0.1)
|
||||
daemons (1.1.9)
|
||||
daemons (1.2.2)
|
||||
debug_inspector (0.0.2)
|
||||
diff-lcs (1.2.5)
|
||||
docile (1.1.5)
|
||||
|
@ -213,8 +213,7 @@ GEM
|
|||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
memory_profiler (0.9.0)
|
||||
message_bus (1.0.9)
|
||||
eventmachine
|
||||
message_bus (1.0.10)
|
||||
rack (>= 1.1.3)
|
||||
redis
|
||||
metaclass (0.0.4)
|
||||
|
|
Loading…
Reference in a new issue