summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-11 11:40:10 +0000
committerRémy Coutable <remy@rymai.me>2016-10-11 11:40:10 +0000
commit755c873265024a6a2ed30daca6c5a10c3feadb10 (patch)
tree9cf4d5dbc3462719610d613bfd02c4209798b8d4 /Gemfile
parent455714ccc912f11536f4022179a37fa00e307a4c (diff)
parent90f49cc6969ec522457ddce8e864169f5c91e6aa (diff)
downloadgitlab-ce-755c873265024a6a2ed30daca6c5a10c3feadb10.tar.gz
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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 426b824901e..c5f1ce26daf 100644
--- a/Gemfile
+++ b/Gemfile
@@ -324,7 +324,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'