diff --git a/Gemfile b/Gemfile index 65e07a04..5b493b5b 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ group :development, :test do gem 'rubocop-performance', '~> 1.20.2' gem 'rubocop-rails', '~> 2.23.1' gem 'rubocop-rspec', '~> 2.26.1' # or gem 'rubocop-minitest' - gem 'brakeman', '~> 6.1.1' + gem 'brakeman', '~> 6.1.2' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 4c33ee44..248d1fa9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM bindex (0.8.1) bootsnap (1.17.1) msgpack (~> 1.2) - brakeman (6.1.1) + brakeman (6.1.2) racc builder (3.2.4) byebug (11.1.3) @@ -395,7 +395,7 @@ DEPENDENCIES aws-sdk-s3 (~> 1) aws-sdk-ssm (~> 1.162.0) bootsnap (~> 1.17.1) - brakeman (~> 6.1.1) + brakeman (~> 6.1.2) byebug (~> 11.1.3) canonical-rails! ccs-frontend_helpers (~> 0.1.2)