aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2025-09-09 17:27:08 +0200
committerEgor Tensin <egor@tensin.name>2025-09-10 09:20:07 +0200
commit9f58555d41874cbbef28117c01d677ee67022fae (patch)
tree71a524860a40f03e7a1ecf0d0ebfc0be8a6e2977
parentconsistent .gitignore entries (diff)
downloadegor-tensin.github.io-9f58555d41874cbbef28117c01d677ee67022fae.tar.gz
egor-tensin.github.io-9f58555d41874cbbef28117c01d677ee67022fae.zip
Makefile: unfreeze something
I have no idea what stupidity this is again.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9065bbd..00b7920 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 )" && \