Skip to content

Commit 2641be9

Browse files
committed
Fix name of the gem being required
1 parent 6ac8d8e commit 2641be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activestorage/lib/active_storage/analyzer/image_analyzer/image_magick.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
begin
44
gem "mini_magick"
55
rescue LoadError => error
6-
raise error unless error.message.include?("ruby-vips")
6+
raise error unless error.message.include?("mini_magick")
77
end
88

99
module ActiveStorage

0 commit comments

Comments
 (0)