about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-03-14 23:15:36 -0400
committerGitHub <noreply@github.com>2023-03-15 04:15:36 +0100
commit75131e7bf7f3d96cf325e674e6b76b0096382e99 (patch)
tree82984365a01b85c74037554d34194d0dfbeb6dff /Gemfile.lock
parenta232a1feb804e22507ca104ca0aaf21a7c70cb26 (diff)
Setup haml-lint CI with todo config (#23524)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock8
1 files changed, 8 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 5904ed804..0041c24c7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -308,6 +308,12 @@ GEM
       activesupport (>= 5.1)
       haml (>= 4.0.6)
       railties (>= 5.1)
+    haml_lint (0.45.0)
+      haml (>= 4.0, < 6.2)
+      parallel (~> 1.10)
+      rainbow
+      rubocop (>= 0.50.0)
+      sysexits (~> 1.1)
     hashdiff (1.0.1)
     hashie (5.0.0)
     highline (2.0.3)
@@ -687,6 +693,7 @@ GEM
       activesupport (>= 3)
       attr_required (>= 0.0.5)
       httpclient (>= 2.4)
+    sysexits (1.2.0)
     temple (0.10.0)
     terminal-table (3.0.2)
       unicode-display_width (>= 1.1.1, < 3)
@@ -804,6 +811,7 @@ DEPENDENCIES
   fog-openstack (~> 0.3)
   fuubar (~> 2.5)
   haml-rails (~> 2.0)
+  haml_lint
   hiredis (~> 0.6)
   htmlentities (~> 4.3)
   http (~> 5.1)