Add brakeman gem

This commit is contained in:
Nelson Jovel 2022-03-04 15:26:15 +01:00
parent 91308b93e5
commit 68dde8a6ef
2 changed files with 3 additions and 0 deletions

View file

@ -70,6 +70,7 @@ group :development do
gem 'seed_dump'
gem 'web-console'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'brakeman'
gem 'spring'
end