-
Notifications
You must be signed in to change notification settings - Fork 991
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
Refs #31533 - pin rake to < 13.0.2 to avoid test failures #8213
Conversation
Tests currently fail to run with Rake 13.0.2 with uninitialized constant ApplicationRecord::ApipieDSL (NameError) Pin Rake until we know how to properly fix that.
See #8207 for a PR that's failing because of this. |
My best guess is that it's related to ruby/rake#357, but I am really in no mood to dig into this further. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @evgeni !
@evgeni, @tbrisker, I've tried to reproduce this and I've noticed that even if we explicitly add I thought that this is another issue with |
Did you try the explicitly calling top-scope Edit: oh wait, in the excon case it doesn't even think it's part of something else. 🤷♀️ |
@evgeni, before explicit |
Seems there is some progress upstream: ruby/rake#368 |
Tests currently fail to run with Rake 13.0.2 with
Pin Rake until we know how to properly fix that.