The source project of this merge request has been removed.
Update bundler-audit version
What does this MR do and why?
This PR updates bundler-audit gem
The current version, 0.7.0.1
, throw a psych load error, while the new version (in this PR) 0.9.1)
works fine.
BTW: only bundler-audit check
throw the psych error.
Screenshots or screen recordings
How to set up and validate locally
- Run
bundle install
- Run
bundler-audit update
- Run
bundler-audit check
With the new version you can get the list of gems with CVEs and new releases with its fixes.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.