Skip to content

Commit 258382a

Browse files
authored
Merge pull request #8 from MLSDev/bundler-audit
Add bundler-audit
2 parents 74144a4 + f14d724 commit 258382a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: platform/backend/backend.md

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ coverage/
125125

126126
Here is a list of must-have gems:
127127
* [Brakeman](https://github.com/presidentbeef/brakeman) - A static analysis security vulnerability scanner for Ruby on Rails applications.
128+
* [bundler-audit](https://github.com/rubysec/bundler-audit) - Checks for vulnerable versions of gems in Gemfile.lock.
128129
* [SimpleCov](https://github.com/colszowka/simplecov) - Code Coverage tool for Ruby
129130
* [RuboCop](https://github.com/bbatsov/rubocop) - A static code analyzer, based on the community Ruby style guide
130131
* [rails_best_practices](https://github.com/railsbp/rails_best_practices) - Code metric tool for Rails projects

0 commit comments

Comments
 (0)