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 /Gemfile
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 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1fbc240bf6f..00ff75ae719 100644
--- a/Gemfile
+++ b/Gemfile
@@ -104,7 +104,7 @@ gem 'hashie-forbidden_attributes'
gem 'kaminari', '~> 1.0'
# HAML
-gem 'hamlit', '~> 2.6.1'
+gem 'hamlit', '~> 2.8.8'
# Files attachments
gem 'carrierwave', '~> 1.2'