Commit 0d486c55 authored by Stan Hu's avatar Stan Hu

Update hamlit to v2.14.4

This may help resolve another seg fault in `GC.compact` due to
rb_const_get issues: https://github.com/k0kubun/hamlit/issues/177

Relates to
https://gitlab.com/gitlab-com/gl-infra/production/-/issues/3370
parent bfdb161b
......@@ -103,7 +103,7 @@ gem 'hashie-forbidden_attributes'
gem 'kaminari', '~> 1.0'
# HAML
gem 'hamlit', '~> 2.14.2'
gem 'hamlit', '~> 2.14.4'
# Files attachments
gem 'carrierwave', '~> 1.3'
......
......@@ -559,7 +559,7 @@ GEM
rainbow
rubocop (>= 0.50.0)
sysexits (~> 1.1)
hamlit (2.14.2)
hamlit (2.14.4)
temple (>= 0.8.2)
thor
tilt
......@@ -1392,7 +1392,7 @@ DEPENDENCIES
gssapi
guard-rspec
haml_lint (~> 0.36.0)
hamlit (~> 2.14.2)
hamlit (~> 2.14.4)
hangouts-chat (~> 0.0.5)
hashie
hashie-forbidden_attributes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment