Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Dawson <matthew@mjdsystems.ca>2018-07-02 19:19:57 +0300
committerMatthew Dawson <matthew@mjdsystems.ca>2018-07-08 22:42:30 +0300
commit4a3dae2717615c68f0961a201f9c9d2c0b5c3c61 (patch)
tree46d71cf0ab3ca8c766586f7e8b06f4cde5720c59 /changelogs/unreleased
parent96eb6fd33b5dfc4910d8bd93e697d6b6eb70b991 (diff)
Update hamlit to fix ruby 2.5 incompatibilities, fixes #42045
Also update the hook logs to escape the contents properly, as the :plain filter does not do html escaping.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/upgrade-hamlit-for-ruby25.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/upgrade-hamlit-for-ruby25.yml b/changelogs/unreleased/upgrade-hamlit-for-ruby25.yml
new file mode 100644
index 00000000000..39e10121507
--- /dev/null
+++ b/changelogs/unreleased/upgrade-hamlit-for-ruby25.yml
@@ -0,0 +1,5 @@
+---
+title: 'Update hamlit to fix ruby 2.5 incompatibilities, fixes #42045'
+merge_request:
+author: Matthew Dawson
+type: fixed