From 791f91fbb7f0541f909215befe24614a8dddd19f Mon Sep 17 00:00:00 2001 From: songtianlun Date: Sat, 4 Jan 2025 10:01:49 +0800 Subject: [PATCH] chore: update brakeman to version 7.0.0 - Upgrade brakeman from version 6.2.2 to 7.0.0 - Ensure compatibility with the latest security checks This update includes improvements and new features in the brakeman gem, enhancing the security analysis of the codebase. It is important to test the application after this upgrade to confirm that no new issues have been introduced. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 26871ef..ef0a911 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM bindex (0.8.1) bootsnap (1.18.4) msgpack (~> 1.2) - brakeman (6.2.2) + brakeman (7.0.0) racc builder (3.3.0) capybara (3.40.0)