-
-
Notifications
You must be signed in to change notification settings - Fork 247
Support scanning .gemspec files #307
Copy link
Copy link
Open
Labels
Ready to CloseIf we have implemented the issue, it is "Ready to Close" it.If we have implemented the issue, it is "Ready to Close" it.
Description
Activity
Metadata
Metadata
Assignees
Labels
Ready to CloseIf we have implemented the issue, it is "Ready to Close" it.If we have implemented the issue, it is "Ready to Close" it.
I noticed that GitHub's Dependabot checks .gemspec files, as well as Gemfile.lock. We should do the same, as it would let bundler-audit monitor gems directly.
They also check other files as well, so may also want to add that.
See https://github.com/dependabot/dependabot-core/tree/main/bundler/lib/dependabot/bundler for how they do it.