-
Notifications
You must be signed in to change notification settings - Fork 49
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
Potential incompatibility with Rake 13.2.x? #108
Comments
Looks like |
panthomakos
added a commit
that referenced
this issue
Apr 30, 2024
Also upgrade RuboCop and some formatting to fix errors. Fixes #108
panthomakos
added a commit
that referenced
this issue
Apr 30, 2024
Also upgrade RuboCop and some formatting to fix errors. Fixes #108
panthomakos
added a commit
that referenced
this issue
Apr 30, 2024
Also upgrade RuboCop and some formatting to fix errors. Fixes #108
panthomakos
added a commit
that referenced
this issue
Apr 30, 2024
Also upgrade RuboCop and some formatting to fix errors. Fixes #108
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there!
After updating my Rails 7 app from Rake v13.1.0 to v13.2.1, I now encounter the following exception when attempting to boot Rails:
Here's the contents of
config/initializers/timezone.rb
:I wonder if this change that's part of v13.2.0 is potentially related? Use Struct instead of OpenStruct. #545
The text was updated successfully, but these errors were encountered: