summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorCharlotte Koch <charlotte@magentastripe.com>2023-12-23 15:53:00 -0800
committerCharlotte Koch <charlotte@magentastripe.com>2023-12-23 15:53:00 -0800
commitf7d69c1bfaaf9c47cae44688e89abbb4215cbc04 (patch)
treeb148443c8e1e2cbc90f0afb4b3b18bee2dcd2479 /Gemfile
parent1057d75fd7f9961048aa5280e00d44cc0a0fe32b (diff)
Add a tool to help split an image onto two pages
This is mostly for such things as world maps which span both the left and right pages in an open book
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f971301..ed581f0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,4 +6,5 @@ gem "asciidoctor-epub3",
git: "https://github.com/magentastripe/asciidoctor-epub3",
branch: "magentastripe"
gem "epubcheck-ruby"
+gem "mini_magick"
gem "rghost"