about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-12 22:59:30 -0500
committerGitHub <noreply@github.com>2023-02-13 04:59:30 +0100
commit7c5d396fcad1267872dd7ed00204f076e52c689c (patch)
treeab74150e8f0dc6325bd40fbcb12c32941d6dfda3 /Gemfile.lock
parentd874877b27321682be7b208326f098d6750ec8db (diff)
Replace hamlit-rails with haml-rails (#23542)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 2d7ee2df8..8e6e5a28f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -284,15 +284,15 @@ GEM
       openid_connect (~> 1.2)
     globalid (1.1.0)
       activesupport (>= 5.0)
-    hamlit (2.13.0)
+    haml (6.1.1)
       temple (>= 0.8.2)
       thor
       tilt
-    hamlit-rails (0.2.3)
-      actionpack (>= 4.0.1)
-      activesupport (>= 4.0.1)
-      hamlit (>= 1.2.0)
-      railties (>= 4.0.1)
+    haml-rails (2.1.0)
+      actionpack (>= 5.1)
+      activesupport (>= 5.1)
+      haml (>= 4.0.6)
+      railties (>= 5.1)
     hashdiff (1.0.1)
     hashie (5.0.0)
     highline (2.0.3)
@@ -683,7 +683,7 @@ GEM
       activesupport (>= 3)
       attr_required (>= 0.0.5)
       httpclient (>= 2.4)
-    temple (0.8.2)
+    temple (0.10.0)
     terminal-table (3.0.2)
       unicode-display_width (>= 1.1.1, < 3)
     terrapin (0.6.0)
@@ -799,7 +799,7 @@ DEPENDENCIES
   fog-openstack (~> 0.3)
   fuubar (~> 2.5)
   gitlab-omniauth-openid-connect (~> 0.10.1)
-  hamlit-rails (~> 0.2)
+  haml-rails (~> 2.0)
   hiredis (~> 0.6)
   htmlentities (~> 4.3)
   http (~> 5.1)