Merge branch 'master' into 'master'
Update mail_room gem
## What does this MR do?
Upgrades the mail_room gem from 0.8.0 to 0.8.1.
## Why was this MR needed?
mail_room throws an exception if the watching script joins a undefined thread. Release 0.8.1 adds a check to ensure that the thread exists before calling join.
Fixes gitlab-org/omnibus-gitlab#1619.
See merge request !6714
Signed-off-by: Rémy Coutable <remy@rymai.me>
Showing
... | ... | @@ -331,7 +331,7 @@ gem 'newrelic_rpm', '~> 3.16' |
gem 'octokit', '~> 4.3.0' | ||
gem 'mail_room', '~> 0.8' | ||
gem 'mail_room', '~> 0.8.1' | ||
gem 'email_reply_parser', '~> 0.5.8' | ||
... | ... |
Please register or sign in to comment