-
Notifications
You must be signed in to change notification settings - Fork 229
Support for Ruby 4.0 #556
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
base: main
Are you sure you want to change the base?
Support for Ruby 4.0 #556
Conversation
|
One more fix, this time to get rid of the warnings about requiring CGI: #559 |
3ad76e6 to
535ed1c
Compare
|
Starting over(ish)? |
FWIW this branch has all the prior fixes, plus a fix to suppress the path override warning: https://github.com/faisal/rubycritic/tree/restore_4_fixes It passes all the test and feature tasks, and only shows these warnings when testing: |
535ed1c to
4a7ddcb
Compare
@faisal Pretty sure I messed up a git merge/rebase and that's why it looked like I was starting over. Thanks for pointing me to this branch. I believe it should be good to go now. Please check it out and let me know if I missed anything. 🙏🏻 |
I had that feeling.
Great -- I'm glad it helped!
It passed all my tests locally, and diffs with results from prior versions showed the output to be substantially the same. I think this is good to go. |
Hi there,
This is the start of a branch to add support for Ruby 4.0. It fixes #555 (reported by @faisal)
The only failure I'm getting locally is this one:
Check list: