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

Relax reverse_markdown dependency to Support v3 #729

Merged
merged 2 commits into from
Jan 11, 2025

Conversation

tagliala
Copy link
Contributor

@tagliala tagliala commented Dec 7, 2024

The reverse_markdown library has been updated to version 3. The only breaking change in this version is the removal of support for Ruby versions <= 2.6.

This commit relaxes the dependency to allow versions up to < 4, ensuring compatibility with the latest reverse_markdown while maintaining support for Ruby 2.6.

Closes #728

Note: The CI failure is unrelated to this change and is being tracked in issue #726.

tagliala and others added 2 commits December 7, 2024 21:52
The `reverse_markdown` library has been updated to version 3. The only
breaking change in this version is the removal of support for
Ruby versions <= 2.6. 

This commit relaxes the dependency to allow versions up to `< 4`,
ensuring compatibility with the latest `reverse_markdown` while
maintaining support for Ruby 2.6.

Closes castwide#728

Note: The CI failure is unrelated to this change and is being tracked in
issue castwide#726.
@castwide
Copy link
Owner

👍

@castwide castwide merged commit 9665c7e into castwide:master Jan 11, 2025
0 of 6 checks passed
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.

Allow reverse_markdown v3 [Attached PR]
2 participants