Fix volunteer images not showing

Had forgotten to add refile-mini_magick that is now required for all the
imagemagick-related functionality of refile.
This commit is contained in:
Petko Bordjukov 2019-05-28 13:15:03 +03:00
parent ab8b7102fb
commit 8daac96d55
2 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,7 @@ gem "carrierwave"
gem "mini_magick"
gem "refile", github: "refile/refile", require: ["refile/rails", "refile/simple_form"]
gem "refile-mini_magick"
gem "image_processing"
gem "puma", group: :production

View File

@ -303,6 +303,9 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
refile-mini_magick (0.2.0)
mini_magick (~> 4.0)
refile (~> 0.5)
regexp_parser (1.4.0)
request_store (1.4.1)
rack (>= 1.4)
@ -474,6 +477,7 @@ DEPENDENCIES
rails-i18n
raphael-rails
refile!
refile-mini_magick
rqrcode
rspec-rails
sass-rails