We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74144a4 + f14d724 commit 258382aCopy full SHA for 258382a
platform/backend/backend.md
@@ -125,6 +125,7 @@ coverage/
125
126
Here is a list of must-have gems:
127
* [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.
129
* [SimpleCov](https://github.com/colszowka/simplecov) - Code Coverage tool for Ruby
130
* [RuboCop](https://github.com/bbatsov/rubocop) - A static code analyzer, based on the community Ruby style guide
131
* [rails_best_practices](https://github.com/railsbp/rails_best_practices) - Code metric tool for Rails projects
0 commit comments