Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-05-01 08:36:26 +0300
committerStan Hu <stanhu@gmail.com>2016-05-01 08:36:26 +0300
commit6243a834115c9c815fe9a1224824f02f9fb3857f (patch)
tree17b1e9243e034cde370866baa6ea0cc91aa7381c /Gemfile
parent6a56cff686a10f8e42d8b6ccc7daa36fa9b0ebdc (diff)
Bump mail_room to 0.7.0 to fix stuck IDLE connections
Closes #13357
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 25c13fda575..8210f4cb3d5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -319,7 +319,7 @@ gem "newrelic_rpm", '~> 3.14'
gem 'octokit', '~> 4.3.0'
-gem "mail_room", "~> 0.6.1"
+gem "mail_room", "~> 0.7"
gem 'email_reply_parser', '~> 0.5.8'