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

Add Ruby 3.2 to CI #215

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add Ruby 3.2 to CI #215

wants to merge 2 commits into from

Commits on May 5, 2023

  1. Add Ruby 3.2 to CI

    bastelfreak committed May 5, 2023
    Configuration menu
    Copy the full SHA
    3aea77f View commit details
    Browse the repository at this point in the history
  2. Switch form Fixnum to Integer

    Fixnum was an implementation detail of older Ruby versions and have been
    the same as Integer since Ruby 2.4.  Ruby 3.2 stopped to provide this
    "alias" so use the proper class name.
    smortex authored and bastelfreak committed May 5, 2023
    Configuration menu
    Copy the full SHA
    b1f81eb View commit details
    Browse the repository at this point in the history