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-09-02 10:12:01 +0300
committerDouwe Maan <douwe@gitlab.com>2015-09-02 10:12:01 +0300
commitd72b8f87ac44fd90d0b0efb09ac72e1be9d33745 (patch)
treed1d2dd56052a0170e65ae2d8ab2cc5fedf6ad403 /Gemfile
parent308c6428aef2a46b0370a24d85a97b0e133283a8 (diff)
Update mail_room to 0.4.2 for better error handling
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2a55bb31cb9..36b71959743 100644
--- a/Gemfile
+++ b/Gemfile
@@ -268,6 +268,6 @@ gem "newrelic_rpm"
gem 'octokit', '3.7.0'
-gem "mail_room", "~> 0.4.1"
+gem "mail_room", "~> 0.4.2"
gem 'email_reply_parser'