From e0178698f806e17677407d9b2a7cac4b1ee2d803 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 9 Sep 2025 17:27:08 +0200 Subject: Makefile: unfreeze something I have no idea what stupidity this is again. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7a7ae88..64ac6a0 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ deps: ruby .PHONY: maintenance maintenance: ruby + bundle config set frozen false bundle update @git_status="$$( git status --porcelain=v1 )" && \ -- cgit v1.2.3