]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Move user images to Active Storage with paperclip as a fallback
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index f41ac015bf4adb14c28f3502724c7f63dcf782a1..06530b7315340fbba3a1df76b6b9babbd7b9a2d4 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -126,6 +126,9 @@ gem "mimemagic"
 # Used for browser detection
 gem "browser"
 
+# Used to resize user images
+gem "mini_magick"
+
 # Gems useful for development
 group :development do
   gem "annotate"