diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-08-20 10:58:04 -0700 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-08-20 10:58:04 -0700 |
commit | 3ff9d5c64cef8bf8daed5e253e388545987fb945 (patch) | |
tree | 708b427dadd4c38a5af7cd34fe59a46d76e0bb9c /Gemfile | |
parent | 83081f167397c6c325a4f8c604191e766b2c3d3b (diff) | |
download | gitlab-ce-3ff9d5c64cef8bf8daed5e253e388545987fb945.tar.gz |
Use canonical version of mail_room.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |