From 329a75092c4b4bb98cc7ca6b8192253dce30a175 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 3 Dec 2025 00:16:23 +0000 Subject: [PATCH] Fix type --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2060e1a95..264173625 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "pg" # Use SCSS for stylesheets gem "dartsass-sprockets" -# Pin the dependentent sass-embedded to avoid deprecation warnings in bootstrap +# Pin the dependent sass-embedded to avoid deprecation warnings in bootstrap gem "sass-embedded", "~> 1.64.0" # Pin uri to avoid errors in dartsass-ruby gem "uri", "< 1.0.0" -- 2.39.5