mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-12 21:00:58 +00:00
Add bundle-audit
This commit is contained in:
parent
d44c04534b
commit
b2d5f1dec8
2 changed files with 8 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -78,6 +78,8 @@ gem 'active_record_union'
|
|||
# FIXME: Dependency version fix
|
||||
gem 'signet', '0.11.0'
|
||||
|
||||
gem 'bundle-audit'
|
||||
|
||||
group :production do
|
||||
gem 'newrelic_rpm'
|
||||
gem 'puma_worker_killer'
|
||||
|
|
|
@ -135,6 +135,11 @@ GEM
|
|||
sass (>= 3.2.0)
|
||||
thor
|
||||
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)
|
||||
capybara (3.31.0)
|
||||
addressable
|
||||
|
@ -493,6 +498,7 @@ DEPENDENCIES
|
|||
binding_of_caller
|
||||
bluecloth
|
||||
bourbon (~> 3.1.8)
|
||||
bundle-audit
|
||||
capybara
|
||||
carrierwave
|
||||
codeclimate-test-reporter
|
||||
|
|
Loading…
Reference in a new issue