diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-13 20:22:52 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-13 20:22:52 +0000 |
commit | 9f6bca8186fb29eb26e9e40670013f6948e1efc3 (patch) | |
tree | bfae43dbc4fcb52ff6ce74f7cd32c0203adf042f /Gemfile | |
parent | 25afd4b7ef65ea7164b43d0599d901aedf252536 (diff) |
Rough rendition of pdf snapshotter works
Diffstat (limited to '')
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index c3948f6..0feec29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -395,6 +395,7 @@ DEPENDENCIES importmap-rails jbuilder kamal + mini_magick propshaft puma (>= 5.0) rails (~> 8.0.0) |