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.3 to CI #808

Merged
merged 5 commits into from
Jan 8, 2024
Merged

Add Ruby 3.3 to CI #808

merged 5 commits into from
Jan 8, 2024

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    5a6fd85 View commit details
    Browse the repository at this point in the history
  2. Assert against in-project frames only

    Ruby 3.3 adds additional frames to the top of the stacktrace so frame 0
    is no longer the frame we want to assert against
    imjoehaines committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c032d00 View commit details
    Browse the repository at this point in the history
  3. Update 'undefined local variable' error message

    Ruby 3.3 changes the format slightly
    
    Ruby <3.3:
    > undefined local variable or method `generate_unhandled_error' for #<BeforeNotifyController
    
    Ruby 3.3:
    > undefined local variable or method `generate_unhandled_error' for an instance of BeforeNotifyController
    imjoehaines committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    37d60e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ec41a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e79a9ee View commit details
    Browse the repository at this point in the history