summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorCharlotte Koch <charlotte@magentastripe.com>2025-03-24 13:27:31 -0700
committerCharlotte Koch <charlotte@magentastripe.com>2025-03-24 13:27:31 -0700
commit4cbf1771db9a4703d8b9644dca3128f5acc9f485 (patch)
tree1d5c82f48ba0887366c4c15df0d6f54f4b39d434 /Gemfile
parent7d30be100f11a03a836bcec4e8c8e6af9380347f (diff)
Get MSM's custom Asciidoctor et al. from MSM
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile19
1 files 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"