Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace mimemagic with marcel #996

Merged
merged 2 commits into from
Apr 2, 2021
Merged

Replace mimemagic with marcel #996

merged 2 commits into from
Apr 2, 2021

Commits on Mar 27, 2021

  1. Replace mimemagic with marcel

    - Bump Rails version to one that includes transitive dependency on
      marcel 1.0.0
    - Replace mimemagic dependency with dependency on marcel 1.0.0
    - Update code that used MimeMagic to use Marcel::MimeType
    - Remove old unused helper method
    mvz committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    68891d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Require at least CarrierWave 2.2.1

    This version also uses marcel instead of mimemagic.
    mvz committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    d10f0a1 View commit details
    Browse the repository at this point in the history