comfy / comfortable-mexican-sofa

ComfortableMexicanSofa is a powerful Ruby on Rails 5.2+ CMS (Content Management System) Engine
MIT License
2.72k stars 637 forks source link

Replace mimemagic with marcel #927

Open massongit opened 3 years ago

massongit commented 3 years ago

mimemagic has been included freedesktop.org.xml under the GPL license: https://github.com/mimemagicrb/mimemagic/issues/97 Therefore, a change has been released to install this file ourselves: https://github.com/jellybob/mimemagic/pull/3 However, this means that mimemagic indirectly depends on the GPL license file.

marcel 1.0.0 does not depend on mimemagic and freedesktop.org.xml: https://github.com/rails/marcel/pull/30 Therefore, I replace mimemagic with marcel 1.0.0.

massongit commented 3 years ago

Once https://github.com/comfy/comfortable-mexican-sofa/pull/928 merges into master, I will merge master into this PR.