FIX: message bus was causing constant redis growth
(minor amount of space but it adds up)
This commit is contained in:
parent
2dbe747918
commit
d1dd0d888a
|
@ -81,7 +81,7 @@ GEM
|
|||
ember-source (1.9.0.beta.4)
|
||||
handlebars-source (~> 2.0)
|
||||
erubis (2.7.0)
|
||||
eventmachine (1.0.4)
|
||||
eventmachine (1.0.5)
|
||||
excon (0.42.1)
|
||||
execjs (2.2.2)
|
||||
exifr (1.1.3)
|
||||
|
@ -212,7 +212,7 @@ GEM
|
|||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
memory_profiler (0.0.4)
|
||||
message_bus (1.0.5)
|
||||
message_bus (1.0.6)
|
||||
eventmachine
|
||||
rack (>= 1.1.3)
|
||||
redis
|
||||
|
|
Loading…
Reference in New Issue