diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2023-10-15 14:29:42 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2023-10-15 14:29:42 -0700 |
| commit | 872710b6a3b369a3bd4960f7a42fcc8e3ad9d733 (patch) | |
| tree | c7bfdfae79979722418e9747d22d79a9ebe6a98c | |
| parent | fbf97cf837073033f7e74cdf29c7863e02ed3ae1 (diff) | |
Refer to MSM's copy of Asciidoctor, not dressupgeekout's
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ source "https://rubygems.org" -gem "asciidoctor-pdf", git: "https://github.com/dressupgeekout/asciidoctor-pdf", branch: "2.3.9-charlotte" -gem "asciidoctor-epub3", git: "https://github.com/dressupgeekout/asciidoctor-epub3", branch: "charlotte" +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 "epubcheck-ruby" gem "rghost" |
