Use new mail_room fork
Update Gemfile with new mail_room fork instead of the maintainer's original. This allows us to release and use functionality earlier, and to quickly pivot and customise based on immediate needs.
Showing
... | ... | @@ -419,7 +419,8 @@ end |
gem 'octokit', '~> 4.15' | ||
gem 'mail_room', '~> 0.10.0' | ||
# https://gitlab.com/gitlab-org/gitlab/issues/207207 | ||
gem 'gitlab-mail_room', '~> 0.0.2', require: 'mail_room' | ||
gem 'email_reply_trimmer', '~> 0.1' | ||
gem 'html2text' | ||
... | ... |
Please register or sign in to comment