From e0725fd12349dc654002935bfb5e7492f83b15d5 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 27 Apr 2020 11:43:00 +0800 Subject: [PATCH] Upgrade message_bus to 3.0.0 Fixes an issue where specifying `group_ids` and `user_ids` while publishing a message would result in an intersection between both options. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d2e598e011b..2c11ad1ac33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,7 +182,7 @@ GEM mini_mime (>= 0.1.1) maxminddb (0.1.22) memory_profiler (0.9.14) - message_bus (2.2.4) + message_bus (3.0.0) rack (>= 1.1.3) method_source (0.9.2) mini_mime (1.0.2)