summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-06-26 07:52:43 -0700
committerStan Hu <stanhu@gmail.com>2017-06-26 08:31:16 -0700
commite935d2ec9347b6ec65989ae78e3ffad7c26db453 (patch)
tree186fab02843561d1be916ec66cbd72915529c44b /changelogs
parent47face017562b160dba2c9bb5d7b9e75f605f721 (diff)
downloadgitlab-ce-e935d2ec9347b6ec65989ae78e3ffad7c26db453.tar.gz
Bump premailer-rails gem to 1.9.7 and its dependencies to prevent network retrieval of assets
Since asset compilation was disabled in GitLab 9.3, the premailer-rails gem would fall back to fetching assets via HTTP(s) since the Sidekiq working directory was not the Rails root. In some instances, SSL verification would fail, preventing e-mails from being sent. premailer-rails 1.9.7 has a fix (https://github.com/fphilipe/premailer-rails/pull/195) that uses an absolute directory to load assets from the filesystem so that the assets can be fetched locally instead of over the network. Closes #34231
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-premailer-gem-for-filesystem.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-premailer-gem-for-filesystem.yml b/changelogs/unreleased/sh-fix-premailer-gem-for-filesystem.yml
new file mode 100644
index 00000000000..9e3c3e19bea
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-premailer-gem-for-filesystem.yml
@@ -0,0 +1,5 @@
+---
+title: Bump premailer-rails gem to 1.9.7 and its dependencies to prevent network retrieval
+ of assets
+merge_request:
+author: