DEV: Roll back MessageBus version (#22199)

We are having issues with a lot of MessageBus updates not coming
through, it seems like the poll is not reconnecting after hanging
up. Pinning to the version before this commit to check:

a2a46fde87
This commit is contained in:
Martin Brennan 2023-06-20 10:24:47 +10:00 committed by GitHub
parent 289d2a5540
commit a510de1f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ gem "http_accept_language", require: false
gem "discourse-fonts", require: "discourse_fonts"
gem "message_bus"
gem "message_bus", "4.3.2"
gem "rails_multisite"

View File

@ -222,7 +222,7 @@ GEM
matrix (0.4.2)
maxminddb (0.1.22)
memory_profiler (1.0.1)
message_bus (4.3.3)
message_bus (4.3.2)
rack (>= 1.1.3)
method_source (1.0.0)
mini_mime (1.1.2)
@ -594,7 +594,7 @@ DEPENDENCIES
mail
maxminddb
memory_profiler
message_bus
message_bus (= 4.3.2)
mini_mime
mini_racer
mini_scheduler