You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marcel released recently, for the first time in years. As the project mentions here, it seems CarrierWave was relying on a private constant which changed.
Marcel released recently, for the first time in years. As the project mentions here, it seems CarrierWave was relying on a private constant which changed.
This line:
carrierwave/lib/carrierwave/downloader/remote_file.rb
Line 36 in ed87991
does not work with the newly released Marcel 1.0.3 as
Marcel::TYPES
has been changed. This yields stack traces that look something like:any time
set_remote_url
is used.For anyone stuck on this, you can add Marcel directly to your Gemfile and pin it to the last version (e.g.
gem "marcel", "=1.0.2"
)The text was updated successfully, but these errors were encountered: