Ruby bundle audit
mouse 237 · person cloud · link
Last update
2023-06-30
2023
06-30
«run bundler audit command to check security flaws and outdated gems/packages»
1
2
3
4
5
6
7
gem install bundler-audit

#  identify security vulnerabilities in Gemfile.lock
bundle audit update && bundle audit

# listing outdated gems
bundle outdated

Fonte: appsignal.com