summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlotte Koch <charlotte@magentastripe.com>2025-10-30 15:57:34 -0700
committerCharlotte Koch <charlotte@magentastripe.com>2025-10-30 15:57:34 -0700
commiteb67432ba1355f492d057150aa90b0863a0e5763 (patch)
tree607ec86792f06a8a5187ef7bbcc5d5a4b929d05f
parent40a81ffe2c98ef39329acf1cb3fefe4aec144a53 (diff)
parentbb57a83c93222b4253ced7bbb013c9b742661fc1 (diff)
Merge branch 'main' into introintro
-rw-r--r--Gemfile2
-rw-r--r--Makefile4
2 files changed, 3 insertions, 3 deletions
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'
diff --git a/Makefile b/Makefile
index 53f7122..ae5e509 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