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

Commits on Jan 26, 2022

  1. Drop support for Ruby < 2.4

    With Ruby 2.4 being EOL, we should drop support for old versions to
    reduce Rouge gem maintenance effort.
    Tan Le authored and tancnle committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    272eb0c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Remove version conditionals in Gemfile

    Since only Ruby 2.5 and above are supported, we can remove gem
    installation base on old Ruby versions.
    tancnle committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    31046c4 View commit details
    Browse the repository at this point in the history
  2. Bump to latest power_assert 2.0.1

    With Ruby 2.0 being dropped, we do not need to support older versions.
    tancnle committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    f4ab546 View commit details
    Browse the repository at this point in the history