diff options
author | Stan Hu <stanhu@gmail.com> | 2016-10-10 16:52:48 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-10-10 16:52:48 -0700 |
commit | ac93758a25e307573dcf79a76318f5b45aec5d07 (patch) | |
tree | 414415dca05fa1178ed5f4afbdcb20f4558b3368 | |
parent | a5cd9c9a596c4160bbdc7645f57266655488386c (diff) | |
download | gitlab-ce-ac93758a25e307573dcf79a76318f5b45aec5d07.tar.gz |
Bump mail_room to v0.8.1 to fix thread cleanup issuesh-update-mailroom
Closes #20273
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 24f77442f1a..49804b10c0b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.13.0 (unreleased) - Truncate long labels with ellipsis in labels page + - Bump mail_room to v0.8.1 to fix thread cleanup issue - Update runner version only when updating contacted_at - Add link from system note to compare with previous version - Improve issue load time performance by avoiding ORDER BY in find_by call diff --git a/Gemfile.lock b/Gemfile.lock index b98c3acf948..ccab330993a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -399,7 +399,7 @@ GEM systemu (~> 2.6.2) mail (2.6.4) mime-types (>= 1.16, < 4) - mail_room (0.8.0) + mail_room (0.8.1) method_source (0.8.2) mime-types (2.99.3) mimemagic (0.3.0) |