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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-10-29 16:53:08 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-10-29 16:56:58 +0300
commitc94efdaccf8d067065a2997c0129f339194268a9 (patch)
tree07b41e7d51870d1f5e2fefd05b3b1402a0e7a85b /Gemfile
parentfb8e9729595af0bcd6698174c4632eeee25d28d7 (diff)
Update haml_lint to 0.28.0
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d8c996cf6c4..7fd6c6e2d93 100644
--- a/Gemfile
+++ b/Gemfile
@@ -357,7 +357,7 @@ group :development, :test do
gem 'rubocop-rspec', '~> 1.22.1'
gem 'scss_lint', '~> 0.56.0', require: false
- gem 'haml_lint', '~> 0.26.0', require: false
+ gem 'haml_lint', '~> 0.28.0', require: false
gem 'simplecov', '~> 0.14.0', require: false
gem 'bundler-audit', '~> 0.5.0', require: false