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