Open
Description
We just noticed that the functionality added in #1418 isn't working in our Rails app (which uses Rake).
The culprit appears to be this line
When running debugger:
(ruby) defined?(::Rake)
nil
However when rake is added to our Gemfile the check works.
Perhaps it would be better to execute the code without Rake?
Metadata
Assignees
Labels
No labels
Activity