Closed dangerousbeans closed 8 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
It's unrelated with the carrierwave's dependency. What you need to do is to run bundle update with your app.
bundle update
To resolve my app being stuck on 1.1, which is causing problems with
https://github.com/rails/rails/issues/41322#issuecomment-899719446