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

Require Rake before referencing Rake::DSL #4088

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

sambostock
Copy link
Contributor

This file references Rake::DSL, and may be required in isolation, and so it should require "rake" before using it.

Without this, requiring this file in isolation blows up when encountering this constant.

This file references `Rake::DSL`, and may be required in isolation, and so it
should `require "rake"` before using it.
@rmosolgo rmosolgo added this to the 2.0.10 milestone Jun 3, 2022
@rmosolgo
Copy link
Owner

rmosolgo commented Jun 3, 2022

Thanks for the fix!

@rmosolgo rmosolgo merged commit d85d91a into rmosolgo:master Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants