Update haml-lint for HAML 5

https://github.com/brigade/haml-lint/issues/247#issuecomment-308332241
This commit is contained in:
James Mason 2018-11-28 10:51:10 -08:00
parent 0f584cf5ad
commit d493a56e81
2 changed files with 4 additions and 4 deletions

View file

@ -232,7 +232,7 @@ gem 'dalli'
group :development do
# to launch specs when files are modified
gem 'guard-rspec'
gem 'haml_lint', '~> 0.24.0'
gem 'haml_lint'
gem 'spring-commands-rspec'
# for static code analisys
gem 'rubocop', require: false