Add brakeman

This commit is contained in:
Kevin McConnell
2024-06-21 16:46:31 +01:00
parent b90caf5a29
commit ecae4a3df2
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ gem "sqlite3", ">= 2.0"
gem "bcrypt", "~> 3.1.7"
group :development, :test do
gem "brakeman", require: false
gem "rubocop-rails-omakase", require: false
end
+3
View File
@@ -106,6 +106,8 @@ GEM
bigdecimal (3.1.8)
bootsnap (1.18.3)
msgpack (~> 1.2)
brakeman (6.1.2)
racc
builder (3.3.0)
capybara (3.40.0)
addressable
@@ -299,6 +301,7 @@ PLATFORMS
DEPENDENCIES
bcrypt (~> 3.1.7)
bootsnap
brakeman
capybara
importmap-rails
propshaft