-
Notifications
You must be signed in to change notification settings - Fork 88
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
Running bin/setup
leads to errors on Ruby 3.3.0
#43
Comments
Same here with the version 3.0.4 provided in the PD: I also had to export the Redis port in the |
Apparently the error disappears commenting this line |
Hi @pmareke The actual error is as below when I use
The nil code is
There is the same error someone meets. |
Thanks @lexcao, working with the 3.2.2 version! |
Hey @lexcao, thanks for the report! Looks like this might be due to resque/resque#1856, and in turn, fixed by steveklabnik/mono_logger#12. Going to bump Resque to get the fix. |
Hi.
I just wanted to start the development locally on my machine.
Running
bin/setup
leads to aHere's the complete trace:
I used Ruby 3.3.0.
It worked (almost flawlessly) on Ruby 3.2.2.
The text was updated successfully, but these errors were encountered: