FIX: message bus had corrupt internal state for first 30 secs
This upgrades message bus to latest and corrects an issue where it did not track the fact it was polling for the first 30 seconds It corrected internal state after, but this caused some odd issues
This commit is contained in:
parent
2271869c6b
commit
fc54238726
|
@ -165,7 +165,7 @@ GEM
|
|||
mail (2.7.1.rc1)
|
||||
mini_mime (>= 0.1.1)
|
||||
memory_profiler (0.9.10)
|
||||
message_bus (2.1.4)
|
||||
message_bus (2.1.5)
|
||||
rack (>= 1.1.3)
|
||||
metaclass (0.0.4)
|
||||
method_source (0.8.2)
|
||||
|
@ -252,7 +252,7 @@ GEM
|
|||
public_suffix (2.0.5)
|
||||
puma (3.9.1)
|
||||
r2 (0.2.6)
|
||||
rack (2.0.4)
|
||||
rack (2.0.5)
|
||||
rack-mini-profiler (1.0.0)
|
||||
rack (>= 1.2.0)
|
||||
rack-openid (1.3.1)
|
||||
|
|
Loading…
Reference in New Issue