Skip to content

Commit 6322c6f

Browse files
add bundler-audit
1 parent 92db55a commit 6322c6f

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

Appraisals

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

gemfiles/rails_8_0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ gem "kamal"
4141
gem "thruster"
4242
gem "readline"
4343
gem "image_processing", "~> 1.2"
44+
gem "bundler-audit"
4445
gem "rspec-rails", "~> 6.0"
4546
gem "shoulda-context", "~> 2.0.0"
4647
gem "bcrypt", "~> 3.1.7"

gemfiles/rails_8_0.gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ GEM
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)

0 commit comments

Comments
 (0)