Commit 9ba8433d authored by Stan Hu's avatar Stan Hu

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
parent dfb31c5d
...@@ -439,7 +439,7 @@ end ...@@ -439,7 +439,7 @@ end
gem 'octokit', '~> 4.15' gem 'octokit', '~> 4.15'
# https://gitlab.com/gitlab-org/gitlab/issues/207207 # 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 'email_reply_trimmer', '~> 0.1'
gem 'html2text' gem 'html2text'
......
...@@ -268,6 +268,7 @@ GEM ...@@ -268,6 +268,7 @@ GEM
diff-lcs (1.4.4) diff-lcs (1.4.4)
diff_match_patch (0.1.0) diff_match_patch (0.1.0)
diffy (3.3.0) diffy (3.3.0)
digest (3.0.0)
discordrb-webhooks (3.4.2) discordrb-webhooks (3.4.2)
rest-client (>= 2.0.0) rest-client (>= 2.0.0)
docile (1.3.2) docile (1.3.2)
...@@ -464,7 +465,8 @@ GEM ...@@ -464,7 +465,8 @@ GEM
pg_query (~> 1.3) pg_query (~> 1.3)
redis (> 3.0.0, < 5.0.0) redis (> 3.0.0, < 5.0.0)
gitlab-license (1.3.1) gitlab-license (1.3.1)
gitlab-mail_room (0.0.9) gitlab-mail_room (0.0.10)
net-imap (>= 0.2.1)
gitlab-markup (1.7.1) gitlab-markup (1.7.1)
gitlab-net-dns (0.9.1) gitlab-net-dns (0.9.1)
gitlab-pry-byebug (3.9.0) gitlab-pry-byebug (3.9.0)
...@@ -765,8 +767,13 @@ GEM ...@@ -765,8 +767,13 @@ GEM
nenv (0.3.0) nenv (0.3.0)
net-http-persistent (4.0.1) net-http-persistent (4.0.1)
connection_pool (~> 2.2) connection_pool (~> 2.2)
net-imap (0.2.1)
digest
net-protocol
strscan
net-ldap (0.16.3) net-ldap (0.16.3)
net-ntp (2.1.3) net-ntp (2.1.3)
net-protocol (0.1.0)
net-scp (3.0.0) net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0) net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.0.0) net-ssh (6.0.0)
...@@ -1208,6 +1215,7 @@ GEM ...@@ -1208,6 +1215,7 @@ GEM
state_machines-activerecord (0.8.0) state_machines-activerecord (0.8.0)
activerecord (>= 5.1) activerecord (>= 5.1)
state_machines-activemodel (>= 0.8.0) state_machines-activemodel (>= 0.8.0)
strscan (3.0.0)
swd (1.1.2) swd (1.1.2)
activesupport (>= 3) activesupport (>= 3)
attr_required (>= 0.0.5) attr_required (>= 0.0.5)
...@@ -1427,7 +1435,7 @@ DEPENDENCIES ...@@ -1427,7 +1435,7 @@ DEPENDENCIES
gitlab-fog-google (~> 1.13) gitlab-fog-google (~> 1.13)
gitlab-labkit (~> 0.16.2) gitlab-labkit (~> 0.16.2)
gitlab-license (~> 1.3) gitlab-license (~> 1.3)
gitlab-mail_room (~> 0.0.9) gitlab-mail_room (~> 0.0.10)
gitlab-markup (~> 1.7.1) gitlab-markup (~> 1.7.1)
gitlab-net-dns (~> 0.9.1) gitlab-net-dns (~> 0.9.1)
gitlab-pry-byebug gitlab-pry-byebug
......
---
title: Update mailroom to v0.0.10
merge_request: 56913
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment