Update mailroom to v0.0.10
This version bumps the version of Net::IMAP to fix a deadlock issue and changes timestamps to use ISO 8601 format. Related issues: 1. https://gitlab.com/gitlab-org/charts/gitlab/-/issues/2576 2. https://github.com/ruby/net-imap/issues/14 3. https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/12869 Diff: https://my.diffend.io/gems/gitlab-mail_room/0.0.9/0.0.10
Showing
... | ... | @@ -439,7 +439,7 @@ end |
gem 'octokit', '~> 4.15' | ||
# https://gitlab.com/gitlab-org/gitlab/issues/207207 | ||
gem 'gitlab-mail_room', '~> 0.0.9', require: 'mail_room' | ||
gem 'gitlab-mail_room', '~> 0.0.10', require: 'mail_room' | ||
gem 'email_reply_trimmer', '~> 0.1' | ||
gem 'html2text' | ||
... | ... |
Please register or sign in to comment