aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2025-09-10 09:42:26 +0200
committerEgor Tensin <egor@tensin.name>2025-09-10 09:42:30 +0200
commitbf373b0619bd950730edb944dee74bbab3ba05aa (patch)
tree57c39a9924acd821b8237ece534b9776fec050a7 /Makefile
parentadd more things to .gitignore (diff)
downloadsorting-algorithms-bf373b0619bd950730edb944dee74bbab3ba05aa.tar.gz
sorting-algorithms-bf373b0619bd950730edb944dee74bbab3ba05aa.zip
Makefile: unfreeze something
I have no idea what stupidity this is again.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 560c7d9..4b21ff1 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 )" && \