From fe6dc3f48629d2ab5e92d7b91ebd3886a4a032e9 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sat, 23 Mar 2024 20:46:53 -0700 Subject: [PATCH] Revert "Merge pull request #411 from indirect/dependabot/bundler/better_html-2.1.1" Try reverting the upgrade to see if that fixes the weird memory leak type thing that appears to be happening. This reverts commit d2e00ebc58c320fe54293e2f4ab358076b11b166, reversing changes made to c9878c8b5ba7e08d8f456d411e358cd1c5bb1040. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c92934a1..c2d20407 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM activesupport ast (2.4.2) base64 (0.2.0) - better_html (2.1.1) + better_html (2.1.0) actionview (>= 6.0) activesupport (>= 6.0) ast (~> 2.0)