summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorCharlotte Koch <charlotte@magentastripe.com>2023-10-15 14:41:56 -0700
committerCharlotte Koch <charlotte@magentastripe.com>2023-10-15 14:41:56 -0700
commit257f696ccf2b56fcc1da706b9c95487e1c34627e (patch)
tree1e25015f64fa1cff3b7b922a733901a2ebf5a0e0 /Gemfile
parent872710b6a3b369a3bd4960f7a42fcc8e3ad9d733 (diff)
Use MSM's code at the "MSM" branch, not "Charlotte"
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"