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

Drop support for Ruby < 2.4 #1695

Closed
wants to merge 3 commits into from

Conversation

tancnle
Copy link
Collaborator

@tancnle tancnle commented Mar 23, 2021

With Ruby 2.4 being EOL, we should drop support for old versions to reduce Rouge gem maintenance effort. It also helps to reduce build runtime and avoid overrunning our monthly CI build time allotment.

Closes #1694

@jneen
Copy link
Member

jneen commented Mar 23, 2021

+1 from me

@tancnle tancnle marked this pull request as ready for review April 7, 2021 09:31
With Ruby 2.4 being EOL, we should drop support for old versions to
reduce Rouge gem maintenance effort.
Since only Ruby 2.5 and above are supported, we can remove gem
installation base on old Ruby versions.
With Ruby 2.0 being dropped, we do not need to support older versions.
@tancnle
Copy link
Collaborator Author

tancnle commented Aug 19, 2022

Closed in favour of #1862

@tancnle tancnle closed this Aug 19, 2022
@tancnle tancnle deleted the drop-ruby-2-4-support branch August 19, 2022 11:40
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.

Drop support for deprecated Ruby versions
2 participants