diff --git a/Gemfile b/Gemfile
index cad7b35c36483113a0a88c760017af8084dddfc4..274db0e06bd11a9e08f619126f0c6bef978f3a43 100644
--- a/Gemfile
+++ b/Gemfile
@@ -354,7 +354,7 @@ group :development, :test do
   gem 'rubocop', '~> 0.47.1', require: false
   gem 'rubocop-rspec', '~> 1.15.0', require: false
   gem 'scss_lint', '~> 0.54.0', require: false
-  gem 'haml_lint', '~> 0.21.0', require: false
+  gem 'haml_lint', '~> 0.26.0', require: false
   gem 'simplecov', '~> 0.14.0', require: false
   gem 'flay', '~> 2.8.0', require: false
   gem 'bundler-audit', '~> 0.5.0', require: false
diff --git a/Gemfile.lock b/Gemfile.lock
index df960205146db041e9b195a9ba8c85a87c415905..082b788c6f3ffcc3f0f04c6439b863d09997476a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -383,10 +383,11 @@ GEM
       ffi (>= 1.0.1)
     haml (4.0.7)
       tilt
-    haml_lint (0.21.0)
-      haml (~> 4.0)
+    haml_lint (0.26.0)
+      haml (>= 4.0, < 5.1)
+      rainbow
       rake (>= 10, < 13)
-      rubocop (>= 0.47.0)
+      rubocop (>= 0.49.0)
       sysexits (~> 1.1)
     hamlit (2.6.1)
       temple (~> 0.7.6)
@@ -1025,7 +1026,7 @@ DEPENDENCIES
   grape-entity (~> 0.6.0)
   grape-route-helpers (~> 2.0.0)
   gssapi
-  haml_lint (~> 0.21.0)
+  haml_lint (~> 0.26.0)
   hamlit (~> 2.6.1)
   hashie-forbidden_attributes
   health_check (~> 2.6.0)