summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 6 insertions, 2 deletions
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"