From d64b089850a4c79720e2d47bf0daa15836d049be Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Thu, 30 Oct 2025 15:56:18 -0700 Subject: Use new Rubygems host --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index efc9dee..69425db 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'https://rubygems.org' +source 'https://gem.coop' gem 'asciidoctor' gem 'asciidoctor-pdf' gem 'asciidoctor-epub3' -- cgit v1.2.3 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