Merge branch 'fix/quoted-printable-unicode-in-mails' into 'master'
fix: quoted-printable unicode and newlines in mails Closes #197386 See merge request gitlab-org/gitlab!24153
Showing
... | ... | @@ -488,3 +488,8 @@ gem 'liquid', '~> 4.0' |
gem 'lru_redux' | ||
gem 'erubi', '~> 1.9.0' | ||
# Locked as long as quoted-printable encoding issues are not resolved | ||
# Monkey-patched in `config/initializers/mail_encoding_patch.rb` | ||
# See https://gitlab.com/gitlab-org/gitlab/issues/197386 | ||
gem 'mail', '= 2.7.1' |
Please register or sign in to comment