diff options
| -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" |
