aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-11-13 20:22:52 +0000
committerMatthew Lemon <y@yulqen.org>2024-11-13 20:22:52 +0000
commit9f6bca8186fb29eb26e9e40670013f6948e1efc3 (patch)
treebfae43dbc4fcb52ff6ce74f7cd32c0203adf042f /Gemfile
parent25afd4b7ef65ea7164b43d0599d901aedf252536 (diff)
Rough rendition of pdf snapshotter works
Diffstat (limited to '')
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock1
2 files changed, 3 insertions, 0 deletions
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"
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)