From 699e24ab9215131871a9048fcb289f0b4e166a9d Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Fri, 3 May 2019 15:51:08 -0700 Subject: Upgrade haml-lint to 0.30.0 This also supports Ruby 2.6. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 3a47b88bf15..dcfb3a81274 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.1