Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-05-16 22:50:12 +0300
committerLuke Bennett <lbennett@gitlab.com>2019-05-16 22:50:12 +0300
commit80fa846aa91e6c0f623992fbdd4471a19048b494 (patch)
tree2dd83086cb919d894e0c4b7fc2a710521ac56283 /Gemfile
parent542b2a7e356272cfdc3037b788d7e15b2f8739ac (diff)
Update haml_lint to include linter spec helpers
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6b37ecbfba9..0d3b1d5e774 100644
--- a/Gemfile
+++ b/Gemfile
@@ -360,7 +360,7 @@ group :development, :test do
gem 'rubocop-rspec', '~> 1.22.1'
gem 'scss_lint', '~> 0.56.0', require: false
- gem 'haml_lint', '~> 0.30.0', require: false
+ gem 'haml_lint', '~> 0.31.0', require: false
gem 'simplecov', '~> 0.14.0', require: false
gem 'bundler-audit', '~> 0.5.0', require: false