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

Fix Ruby 2.7 compatibility for good #14

Merged
merged 7 commits into from
Feb 10, 2024
Merged

Fix Ruby 2.7 compatibility for good #14

merged 7 commits into from
Feb 10, 2024

Commits on Feb 10, 2024

  1. Ignore ruby-version

    julik committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f9c9eb4 View commit details
    Browse the repository at this point in the history
  2. Remove .ruby-version

    julik committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    9c9db18 View commit details
    Browse the repository at this point in the history
  3. Fix use of implicit keyword arg value

    There is no reason the gem should not work on Ruby 2.7
    julik committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    6db80c1 View commit details
    Browse the repository at this point in the history
  4. Add 2.7 to GH version matrix

    so that we know when it breaks
    julik committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    e027d2e View commit details
    Browse the repository at this point in the history
  5. Update changelog entry

    julik committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f05b9e5 View commit details
    Browse the repository at this point in the history
  6. Add config for standard with 2.7

    since we want to tell it what syntax version to enforce
    julik committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    b2db75f View commit details
    Browse the repository at this point in the history
  7. Bump version

    julik committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    34c1a0c View commit details
    Browse the repository at this point in the history