carrierwaveuploader / carrierwave

Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks
https://github.com/carrierwaveuploader/carrierwave
8.78k stars 1.65k forks source link

bump image_processing version to avoid project being stuck on old version #2734

Closed dangerousbeans closed 3 months ago

dangerousbeans commented 3 months ago

To resolve my app being stuck on 1.1, which is causing problems with

Active Storage's ImageProcessing transformer doesn't support :combine_options, as it always generates a single ImageMagick command.`

https://github.com/rails/rails/issues/41322#issuecomment-899719446

mshibuya commented 3 months ago

It's unrelated with the carrierwave's dependency. What you need to do is to run bundle update with your app.