Add bundle-audit

This commit is contained in:
Ari Timonen 2020-11-15 05:16:59 +02:00
parent d44c04534b
commit b2d5f1dec8
2 changed files with 8 additions and 0 deletions

View file

@ -78,6 +78,8 @@ gem 'active_record_union'
# FIXME: Dependency version fix # FIXME: Dependency version fix
gem 'signet', '0.11.0' gem 'signet', '0.11.0'
gem 'bundle-audit'
group :production do group :production do
gem 'newrelic_rpm' gem 'newrelic_rpm'
gem 'puma_worker_killer' gem 'puma_worker_killer'

View file

@ -135,6 +135,11 @@ GEM
sass (>= 3.2.0) sass (>= 3.2.0)
thor thor
builder (3.2.4) builder (3.2.4)
bundle-audit (0.1.0)
bundler-audit
bundler-audit (0.7.0.1)
bundler (>= 1.2.0, < 3)
thor (>= 0.18, < 2)
byebug (11.1.1) byebug (11.1.1)
capybara (3.31.0) capybara (3.31.0)
addressable addressable
@ -493,6 +498,7 @@ DEPENDENCIES
binding_of_caller binding_of_caller
bluecloth bluecloth
bourbon (~> 3.1.8) bourbon (~> 3.1.8)
bundle-audit
capybara capybara
carrierwave carrierwave
codeclimate-test-reporter codeclimate-test-reporter