From 7d7212c7c524136ea95558fdeba11837511740f9 Mon Sep 17 00:00:00 2001 From: maki Date: Mon, 3 Jun 2024 16:15:40 -0300 Subject: [PATCH] fix: deprecar hamlit en favor de haml #8522 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 59823dd0..432416dd 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'email_address', git: 'https://github.com/fauno/email_address', branch: 'i18 gem 'exception_notification' gem 'fast_blank' gem 'friendly_id' -gem 'hamlit-rails' +gem 'haml' gem 'hiredis' gem 'image_processing' gem 'icalendar'