diff options
author | Stan Hu <stanhu@gmail.com> | 2017-04-26 18:25:18 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-04-26 18:25:18 -0700 |
commit | 80dc003963949becfd13a2ccfb140c955e7eadc1 (patch) | |
tree | 0bb394bf289ae9ee90cdb7e9fa255bb1d985b2b3 /Gemfile.lock | |
parent | 43fb9279ce39d51b1deceb5108560bf37b8d340d (diff) | |
download | gitlab-ce-80dc003963949becfd13a2ccfb140c955e7eadc1.tar.gz |
Update mail gem to 2.6.5sh-bump-mail-gem
This should fix the extra backslashes in e-mail names as well
as other things: https://github.com/mikel/mail/blob/master/CHANGELOG.rdoc#head
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 4c3b2480b54..52707628748 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -429,7 +429,7 @@ GEM multi_json (~> 1.10) loofah (2.0.3) nokogiri (>= 1.5.9) - mail (2.6.4) + mail (2.6.5) mime-types (>= 1.16, < 4) mail_room (0.9.1) memoist (0.15.0) |