diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2025-10-30 15:57:34 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2025-10-30 15:57:34 -0700 |
| commit | eb67432ba1355f492d057150aa90b0863a0e5763 (patch) | |
| tree | 607ec86792f06a8a5187ef7bbcc5d5a4b929d05f | |
| parent | 40a81ffe2c98ef39329acf1cb3fefe4aec144a53 (diff) | |
| parent | bb57a83c93222b4253ced7bbb013c9b742661fc1 (diff) | |
Merge branch 'main' into introintro
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -source 'https://rubygems.org' +source 'https://gem.coop' gem 'asciidoctor' gem 'asciidoctor-pdf' gem 'asciidoctor-epub3' @@ -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 |
