Skip to content

Commit

Permalink
add brakeman
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaLiao committed Jan 3, 2025
1 parent 9eeb6bb commit 92e4afb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ gem "bootstrap", "~> 5.3"

gem 'sassc-rails'

gem 'bundler-audit'
gem 'bundler-audit'
gem 'brakeman'
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ GEM
bootstrap (5.3.3)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.11.8, < 3)
brakeman (7.0.0)
racc
builder (3.3.0)
bundler-audit (0.9.2)
bundler (>= 1.2.0, < 3)
Expand Down Expand Up @@ -323,6 +325,7 @@ PLATFORMS
DEPENDENCIES
bootsnap
bootstrap (~> 5.3)
brakeman
bundler-audit
capybara
debug
Expand Down

0 comments on commit 92e4afb

Please sign in to comment.