diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-02-22 15:29:10 -0600 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-02-23 09:32:42 -0600 |
commit | 56c5b2114021f395d4507bed8ad328ae2a35aa45 (patch) | |
tree | 09b4308957fd6b76d96600820ad2144b9c7fd295 /Gemfile | |
parent | cee2f0d4569d48e5fcab842d56cd325685a16772 (diff) | |
download | gitlab-ce-56c5b2114021f395d4507bed8ad328ae2a35aa45.tar.gz |
Update haml_lint to work with newest rubocop
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |