diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2025-03-24 13:27:31 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2025-03-24 13:27:31 -0700 |
| commit | 4cbf1771db9a4703d8b9644dca3128f5acc9f485 (patch) | |
| tree | 1d5c82f48ba0887366c4c15df0d6f54f4b39d434 /Gemfile | |
| parent | 7d30be100f11a03a836bcec4e8c8e6af9380347f (diff) | |
Get MSM's custom Asciidoctor et al. from MSM
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -1,11 +1,18 @@ source "https://rubygems.org" -gem "asciidoctor-pdf", - git: "https://github.com/magentastripe/asciidoctor-pdf", - branch: "2.3.17-magentastripe" -gem "asciidoctor-epub3", - git: "https://github.com/magentastripe/asciidoctor-epub3", - branch: "magentastripe" +#gem "asciidoctor-pdf", +# git: "https://github.com/magentastripe/asciidoctor-pdf", +# branch: "2.3.17-magentastripe" +#gem "asciidoctor-epub3", +# git: "https://github.com/magentastripe/asciidoctor-epub3", +# branch: "magentastripe" + +source "http://magentastripe.com:9292/private" do + gem "asciidoctor", "2.0.23" + gem "asciidoctor-pdf", "2.3.17" + gem "asciidoctor-epub3", "2.1.3" +end + gem "epubcheck-ruby" gem "mini_magick" gem "rghost" |
