From 9f6bca8186fb29eb26e9e40670013f6948e1efc3 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 13 Nov 2024 20:22:52 +0000 Subject: Rough rendition of pdf snapshotter works --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 8108483..628cf20 100644 --- a/Gemfile +++ b/Gemfile @@ -42,6 +42,8 @@ gem "thruster", require: false # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] gem "image_processing", "~> 1.2" +gem "mini_magick" + group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "debug", platforms: %i[ mri windows ], require: "debug/prelude" -- cgit v1.2.3