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:
authorGabriel Mazetto <brodock@gmail.com>2017-02-20 19:37:50 +0300
committerGabriel Mazetto <brodock@gmail.com>2017-02-20 19:38:21 +0300
commite49d55e96116deebcd757c5d833b679918a38127 (patch)
tree26521a53cbad9173387ef85896b19ea2ecfdf498 /Gemfile
parente03a7c53aedfb8f5c9afcf71e1e2e071084b3f56 (diff)
Use newer mail_room to get `require_relative` support
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0060f122512..4ad8d63512f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -333,7 +333,7 @@ gem 'newrelic_rpm', '~> 3.16'
gem 'octokit', '~> 4.6.2'
-gem 'mail_room', '~> 0.9.0'
+gem 'mail_room', '~> 0.9.1'
gem 'email_reply_trimmer', '~> 0.1'
gem 'html2text'