diff options
author | Stan Hu <stanhu@gmail.com> | 2019-05-03 15:51:08 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-05-05 03:24:28 -0700 |
commit | 699e24ab9215131871a9048fcb289f0b4e166a9d (patch) | |
tree | e9172519b7cc990dbb52afccc9c38a24358f9e63 /Gemfile | |
parent | 1a284ddac7f4d61879a5909b2cb1e1c582028245 (diff) | |
download | gitlab-ce-699e24ab9215131871a9048fcb289f0b4e166a9d.tar.gz |
Upgrade haml-lint to 0.30.0
This also supports Ruby 2.6.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -356,7 +356,7 @@ group :development, :test do gem 'rubocop-rspec', '~> 1.22.1' gem 'scss_lint', '~> 0.56.0', require: false - gem 'haml_lint', '~> 0.28.0', require: false + gem 'haml_lint', '~> 0.30.0', require: false gem 'simplecov', '~> 0.14.0', require: false gem 'bundler-audit', '~> 0.5.0', require: false |