Commit 1d9c905b authored by Stan Hu's avatar Stan Hu

Disable automatic loading of mail_room gem

This gem isn't needed inside GitLab, and excluding it avoids some
"already initialized constant" errors due to conflicting implementations
of `net/imap`. `bin/mail_room` already requires this gem.
parent 9ba8433d
......@@ -439,7 +439,7 @@ end
gem 'octokit', '~> 4.15'
# https://gitlab.com/gitlab-org/gitlab/issues/207207
gem 'gitlab-mail_room', '~> 0.0.10', require: 'mail_room'
gem 'gitlab-mail_room', '~> 0.0.10', require: false
gem 'email_reply_trimmer', '~> 0.1'
gem 'html2text'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment