From bb57a83c93222b4253ced7bbb013c9b742661fc1 Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Thu, 30 Oct 2025 15:56:37 -0700 Subject: More sensible defaults for RUBY and BUNDLE --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e9d65cc..20e4cf5 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ # Use this Makefile to generate the Willora Guide. # -BUNDLE?= bundle33 -RUBY?= ruby33 +BUNDLE?= bundle +RUBY?= ruby SECTIONS= # defined SECTIONS+= guide/hello.adoc -- cgit v1.2.3