From 92e4afb265bb390e332afd2d469bf3b20af22c61 Mon Sep 17 00:00:00 2001 From: DianaLiao Date: Thu, 2 Jan 2025 21:51:32 -0500 Subject: [PATCH] add brakeman --- Gemfile | 3 ++- Gemfile.lock | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index eb5c4df..680a8cc 100644 --- a/Gemfile +++ b/Gemfile @@ -77,4 +77,5 @@ gem "bootstrap", "~> 5.3" gem 'sassc-rails' -gem 'bundler-audit' \ No newline at end of file +gem 'bundler-audit' +gem 'brakeman' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index ae68429..13e9e3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -323,6 +325,7 @@ PLATFORMS DEPENDENCIES bootsnap bootstrap (~> 5.3) + brakeman bundler-audit capybara debug