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

Bump Rails v6.0.3.x to fix bundle failure #72

Merged
merged 1 commit into from
Aug 24, 2022
Merged

Bump Rails v6.0.3.x to fix bundle failure #72

merged 1 commit into from
Aug 24, 2022

Conversation

exoego
Copy link
Owner

@exoego exoego commented Aug 24, 2022

Currently bundle will fail on the transitive dependency mimemagic if no mime-type database is found on a machine.
Rails v6.0.3.6 dropped mimemagic.
Since we do not use mimemagic-related feature, I think it is better to update so future contributor can bundle without headaches.

See https://rubyonrails.org/2021/3/26/marcel-upgrade-releases

Before 1.0.0, Marcel—which is distributed under the terms of the MIT License, like Rails—indirectly depended on MIME type data released under the incompatible GNU General Public License. Marcel 1.0.0 instead directly packages MIME type data adapted from Apache Tika, released under the permissive and compatible Apache License 2.0.

@exoego exoego merged commit 607d762 into exoego:master Aug 24, 2022
@exoego exoego deleted the bump-rails branch August 24, 2022 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant