diff --git a/Gemfile b/Gemfile
index 3f3b41f9067b4a9c109d17dee8fe0c9c70de688c..aad489d74fb594274fb7148bff6ef89e34f63637 100644
--- a/Gemfile
+++ b/Gemfile
@@ -241,7 +241,7 @@ end
 
 group :development do
   # Linters
-  gem "haml_lint",      "0.37.0", require: false
+  gem "haml_lint",      "0.37.1", require: false
   gem "pronto",         "0.11.0", require: false
   gem "pronto-eslint",  "0.11.0", require: false
   gem "pronto-haml",    "0.11.0", require: false
diff --git a/Gemfile.lock b/Gemfile.lock
index fa7dd304070df4c9844ad63cd495cde6f43b612f..d3eb8dc8cc3deb3f1e94d9389ff63fba89c26716 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -303,7 +303,7 @@ GEM
     haml (5.2.1)
       temple (>= 0.8.0)
       tilt
-    haml_lint (0.37.0)
+    haml_lint (0.37.1)
       haml (>= 4.0, < 5.3)
       parallel (~> 1.10)
       rainbow
@@ -466,7 +466,7 @@ GEM
       webfinger (>= 1.0.1)
     orm_adapter (0.5.0)
     parallel (1.20.1)
-    parser (3.0.1.0)
+    parser (3.0.1.1)
       ast (~> 2.4.1)
     pg (1.2.3)
     phantomjs (2.1.1.0)
@@ -656,8 +656,8 @@ GEM
       rubocop-ast (>= 0.6.0)
       ruby-progressbar (~> 1.7)
       unicode-display_width (>= 1.4.0, < 2.0)
-    rubocop-ast (1.4.1)
-      parser (>= 2.7.1.5)
+    rubocop-ast (1.7.0)
+      parser (>= 3.0.1.1)
     rubocop-rails (2.9.1)
       activesupport (>= 4.2.0)
       rack (>= 1.1)
@@ -831,7 +831,7 @@ DEPENDENCIES
   fog-aws (= 3.10.0)
   fuubar (= 2.5.1)
   gon (= 6.4.0)
-  haml_lint (= 0.37.0)
+  haml_lint (= 0.37.1)
   hamlit (= 2.14.6)
   handlebars_assets (= 0.23.8)
   http_accept_language (= 2.1.1)