diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2023-10-15 14:41:56 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2023-10-15 14:41:56 -0700 |
| commit | 257f696ccf2b56fcc1da706b9c95487e1c34627e (patch) | |
| tree | 1e25015f64fa1cff3b7b922a733901a2ebf5a0e0 /Gemfile | |
| parent | 872710b6a3b369a3bd4960f7a42fcc8e3ad9d733 (diff) | |
Use MSM's code at the "MSM" branch, not "Charlotte"
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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" |
