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:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-23 18:21:35 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-06-24 00:54:23 +0300
commit262f902d9afd4c7ec13124141312726d68f5ca79 (patch)
treed14b1ec5272b2076f3f41f64fd53c9221d2916e9 /Gemfile
parent02f0cb690f2e6da65e1a818cd37b1fe9b037f8f3 (diff)
Restrict hamlit version, remove coffeescript filters.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index ae6b917b620..bae00090fda 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 "hamlit"
+gem 'hamlit', '~> 2.5'
# Files attachments
gem "carrierwave", '~> 0.10.0'
@@ -344,6 +344,5 @@ gem 'oauth2', '~> 1.0.0'
# Soft deletion
gem "paranoia", "~> 2.0"
-
# Health check
gem 'health_check', '~> 1.5.1'