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.
Showing
... | ... | @@ -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' | ||
... | ... |
Please register or sign in to comment