Skip to content

Commit

Permalink
add gem bundler-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregurevic committed Oct 8, 2024
1 parent 8236812 commit 5a4e7af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ end

group :development do
gem 'brakeman', require: false
gem 'bundler-audit', require: false
gem 'erb_lint'
gem 'rubocop'
gem 'rubocop-capybara'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ GEM
brakeman (6.2.1)
racc
builder (3.2.4)
bundler-audit (0.9.2)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
byebug (11.1.3)
capybara (3.40.0)
addressable
Expand Down Expand Up @@ -325,6 +328,7 @@ PLATFORMS
DEPENDENCIES
bootsnap
brakeman
bundler-audit
byebug
capybara
database_cleaner-active_record
Expand Down

0 comments on commit 5a4e7af

Please sign in to comment.