From 4cbf1771db9a4703d8b9644dca3128f5acc9f485 Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Mon, 24 Mar 2025 13:27:31 -0700 Subject: Get MSM's custom Asciidoctor et al. from MSM --- Gemfile | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 54ce023..d052f3e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,11 +1,18 @@ source "https://rubygems.org" -gem "asciidoctor-pdf", - git: "https://github.com/magentastripe/asciidoctor-pdf", - branch: "2.3.17-magentastripe" -gem "asciidoctor-epub3", - git: "https://github.com/magentastripe/asciidoctor-epub3", - branch: "magentastripe" +#gem "asciidoctor-pdf", +# git: "https://github.com/magentastripe/asciidoctor-pdf", +# branch: "2.3.17-magentastripe" +#gem "asciidoctor-epub3", +# git: "https://github.com/magentastripe/asciidoctor-epub3", +# branch: "magentastripe" + +source "http://magentastripe.com:9292/private" do + gem "asciidoctor", "2.0.23" + gem "asciidoctor-pdf", "2.3.17" + gem "asciidoctor-epub3", "2.1.3" +end + gem "epubcheck-ruby" gem "mini_magick" gem "rghost" -- cgit v1.2.3