-
Notifications
You must be signed in to change notification settings - Fork 81
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
depending on mimemagic, licensing problem with GPL #84
Comments
now, my project can't deploy. @y9v Can you hepl me fix this error |
without thinking about licensing, you can deploy your project after executing |
@y9v when i install mimemagic (0.4.2), a warning message was displayed.
|
how about using mimemagic 0.3.9 @y-okamoto-1113 |
new version of Rails(Marcel) have been released which is removed mimemagic dependency. |
We need CarrierWave to release the new version with the Marcel dependency, but then I think this gem could be updated to also use Marcel fairly easily. |
I made a pull request for removing mimemagic dependency. |
Once CarrierWave releases their update, this gem should also bump the minimum required |
carrierwave has been updated to 2.2.1. it has been free from mimemagic @y9v |
@oakbow Perhaps you could re-submit your PR that was reverted, but with the carrierwave dependency bumped to Then after a new release of carrierwave-base64, everyone will just need to update carrierwave, carrierwave-base64, and rails gems to be free of mimemagic. |
carrierwaveuploader/carrierwave#2548
like Carrierwave, carrierwave-base64 has same problems with get_file_extension method.
with this problem, we can not build/deploy/release our rails applications
The text was updated successfully, but these errors were encountered: