-
Notifications
You must be signed in to change notification settings - Fork 101
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
Allow Haml 6.3 #458
Comments
To me, the problem is, that we can update haml-lint or haml, but not execute haml-lint afterwards. it Isn't there a solution to use gemfile dependencies to communicate compatibility? Is there a reason, why this is not done, yet? The advantage would be that versions would always be compatible with each other, right? |
Here it is the reason why at the moment Haml is updatable but Haml lint isn't (TL;DR: haml-lint should not prevent the update of a production library. It is not ideal, but it is better to fail in this way) |
Also, there are breaking changes and deprecation between minor version of Haml. In this case, we have this: https://github.com/haml/haml/blob/main/CHANGELOG.md#630 |
No description provided.
The text was updated successfully, but these errors were encountered: