File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ appraise 'rails_8_0' do
116116 gem 'readline'
117117
118118 gem 'image_processing' , '~> 1.2'
119+ gem 'bundler-audit'
119120
120121 # test dependencies
121122 gem 'rspec-rails' , '~> 6.0'
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ gem "kamal"
4141gem "thruster"
4242gem "readline"
4343gem "image_processing", "~> 1.2"
44+ gem "bundler-audit"
4445gem "rspec-rails", "~> 6.0"
4546gem "shoulda-context", "~> 2.0.0"
4647gem "bcrypt", "~> 3.1.7"
Original file line number Diff line number Diff line change 9191 brakeman (8.0.2)
9292 racc
9393 builder (3.3.0)
94+ bundler-audit (0.9.3)
95+ bundler (>= 1.2.0)
96+ thor (~> 1.0)
9497 byebug (13.0.0)
9598 reline (>= 0.6.0)
9699 capybara (3.40.0)
@@ -417,6 +420,7 @@ DEPENDENCIES
417420 bootsnap
418421 brakeman
419422 bundler (~> 2.0)
423+ bundler-audit
420424 capybara
421425 fssm
422426 image_processing (~> 1.2)
You can’t perform that action at this time.
0 commit comments