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:
authorDouwe Maan <douwe@gitlab.com>2015-10-11 19:17:49 +0300
committerDouwe Maan <douwe@gitlab.com>2015-10-11 19:17:49 +0300
commitbf23ce191ba6daf3dfca604243dd88d2e3996eff (patch)
tree94d458706ad5c8cd7ec006f174de90363aab485e /Gemfile
parent03b7fe71a5c5372fc8239a26e757685ab12eed87 (diff)
Enable arbitration in MailRoom
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e8cdb7a4a97..967092994a6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -290,7 +290,7 @@ gem 'newrelic-grape'
gem 'octokit', '~> 3.7.0'
-gem "mail_room", "~> 0.5.2"
+gem "mail_room", "~> 0.6.0"
gem 'email_reply_parser', '~> 0.5.8'