rouge-ruby / rouge

A pure Ruby code highlighter that is compatible with Pygments
https://rouge.jneen.net/
Other
3.33k stars 735 forks source link

Drop support for Ruby < 2.7 #1862

Closed tancnle closed 2 years ago

tancnle commented 2 years ago

With Ruby 2.6 being EOL, we should drop support for old versions to reduce Rouge gem maintenance effort. It also helps to reduce build runtime.

tancnle commented 2 years ago

@jneen What do you think about this PR? I might cut a v4 with this change and the Solidity removal.

jneen commented 2 years ago

looks good to me! sorry for the late reply 😅