summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-22 15:29:10 -0600
committerDouwe Maan <douwe@selenight.nl>2017-02-23 09:32:42 -0600
commit56c5b2114021f395d4507bed8ad328ae2a35aa45 (patch)
tree09b4308957fd6b76d96600820ad2144b9c7fd295 /Gemfile
parentcee2f0d4569d48e5fcab842d56cd325685a16772 (diff)
downloadgitlab-ce-56c5b2114021f395d4507bed8ad328ae2a35aa45.tar.gz
Update haml_lint to work with newest rubocop
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 00f2b6ffbfb..8715acba24f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -304,7 +304,7 @@ group :development, :test do
gem 'rubocop', '~> 0.47.1', require: false
gem 'rubocop-rspec', '~> 1.12.0', require: false
gem 'scss_lint', '~> 0.47.0', require: false
- gem 'haml_lint', '~> 0.18.2', require: false
+ gem 'haml_lint', '~> 0.21.0', require: false
gem 'simplecov', '0.12.0', require: false
gem 'flay', '~> 2.6.1', require: false
gem 'bundler-audit', '~> 0.5.0', require: false