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-08-20 20:58:04 +0300
committerDouwe Maan <douwe@gitlab.com>2015-08-20 20:58:04 +0300
commit3ff9d5c64cef8bf8daed5e253e388545987fb945 (patch)
tree708b427dadd4c38a5af7cd34fe59a46d76e0bb9c /Gemfile
parent83081f167397c6c325a4f8c604191e766b2c3d3b (diff)
Use canonical version of mail_room.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9879141f5cb..3aa3c72e088 100644
--- a/Gemfile
+++ b/Gemfile
@@ -273,6 +273,6 @@ gem "newrelic_rpm"
gem 'octokit', '3.7.0'
-gem "mail_room", github: "DouweM/mail_room", branch: "sidekiq"
+gem "mail_room", "~> 0.4.0"
gem 'email_reply_parser'