From 257f696ccf2b56fcc1da706b9c95487e1c34627e Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Sun, 15 Oct 2023 14:41:56 -0700 Subject: Use MSM's code at the "MSM" branch, not "Charlotte" --- Gemfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index d5b2f4a..f971301 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,9 @@ source "https://rubygems.org" -gem "asciidoctor-pdf", git: "https://github.com/magentastripe/asciidoctor-pdf", branch: "2.3.9-charlotte" -gem "asciidoctor-epub3", git: "https://github.com/magentastripe/asciidoctor-epub3", branch: "charlotte" +gem "asciidoctor-pdf", + git: "https://github.com/magentastripe/asciidoctor-pdf", + branch: "2.3.9-magentastripe" +gem "asciidoctor-epub3", + git: "https://github.com/magentastripe/asciidoctor-epub3", + branch: "magentastripe" gem "epubcheck-ruby" gem "rghost" -- cgit v1.2.3