summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-04-11 15:27:07 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-06-22 16:09:51 -0600
commit80f576bb8aaab83ca78a21f20c03cb4b4fb18f11 (patch)
tree0675078c6192026dfeac14fab6631a2a0de71f76 /Gemfile
parent69479d3615df62c0c6c22fe20263413505b2ef8f (diff)
downloadgitlab-ce-80f576bb8aaab83ca78a21f20c03cb4b4fb18f11.tar.gz
Replace Haml with Hamlit.
Hamlit is a library that's faster than Haml while implementing most of its features: https://github.com/k0kubun/hamlit Not sure if this breaks anything, but as far as I can tell most things work the same. No obvious regressions that I've been able to find.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 092ea9d69b0..ae6b917b620 100644
--- a/Gemfile
+++ b/Gemfile
@@ -76,7 +76,7 @@ gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
gem "kaminari", "~> 0.17.0"
# HAML
-gem "haml-rails", '~> 0.9.0'
+gem "hamlit"
# Files attachments
gem "carrierwave", '~> 0.10.0'
@@ -344,5 +344,6 @@ gem 'oauth2', '~> 1.0.0'
# Soft deletion
gem "paranoia", "~> 2.0"
+
# Health check
gem 'health_check', '~> 1.5.1'