diff --git a/Gemfile b/Gemfile index db376ce0..4c207915 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,2 @@ source "https://rubygems.org" -gem 'brakeman', '6.1.2' +gem 'brakeman', '6.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index e64378c9..4b6bba27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: https://rubygems.org/ specs: - brakeman (6.1.2) + brakeman (6.2.1) racc - racc (1.4.16) + racc (1.8.1) PLATFORMS arm64-darwin-22 @@ -11,7 +11,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - brakeman (= 6.1.2) + brakeman (= 6.2.1) BUNDLED WITH 2.4.10