diff --git a/Gemfile b/Gemfile index 8d8a106..13a7c4d 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ end group :development do gem 'annotaterb', '~> 4.20', require: false - gem 'brakeman', '~> 7.1.1', require: false + gem 'brakeman', '~> 7.1.2', require: false gem 'rubocop', '~> 1.82.1', require: false gem 'rubocop-minitest', '~> 0.38.2', require: false gem 'rubocop-rails', '~> 2.34', require: false diff --git a/Gemfile.lock b/Gemfile.lock index d07954d..fd7a625 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM bindex (0.8.1) bootsnap (1.20.1) msgpack (~> 1.2) - brakeman (7.1.1) + brakeman (7.1.2) racc builder (3.3.0) capybara (3.40.0) @@ -376,7 +376,7 @@ PLATFORMS DEPENDENCIES annotaterb (~> 4.20) bootsnap (~> 1.20.1) - brakeman (~> 7.1.1) + brakeman (~> 7.1.2) capybara (~> 3.40.0) debug (~> 1.11.1) github_api (~> 0.19.0)