Skip to content

Update gitlab-mail_room to 0.0.24

Marc Saleiko requested to merge ms-update-mailroom-gem-24 into master

What does this MR do and why?

Remove unused redis-namespace gem (!135344 - merged) removed redis-namespace from the GitLab app and starting mail_room failed because we still allow to configure a namespace via config/mail_room.yml:58. gitlab-mail_room only defined redis-namespace as dev dependency.

Add redis-namespace gem for mailroom (!139259 - merged) readded redis-namespace so we can properly fix the issue with gitlab-mail_room. Now we Specify Redis gems as required dependencies (gitlab-org/ruby/gems/gitlab-mail_room!63 - merged) which was released in gitlab-mail_room 0.0.24.

This MR aims to pull in these changes so we can remove redis-namespace as a dependency from the GitLab application in a follow-up MR.

See gem changes: gitlab-mail_room 0.0.23 --> 0.0.24

Screenshots or screen recordings

🚫

How to set up and validate locally

🚫

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Marc Saleiko

Merge request reports