Add brakeman gem

pull/1/head
Nelson Jovel 4 years ago
parent 91308b93e5
commit 68dde8a6ef

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

@ -84,6 +84,7 @@ GEM
bindex (0.8.1) bindex (0.8.1)
bootsnap (1.10.3) bootsnap (1.10.3)
msgpack (~> 1.2) msgpack (~> 1.2)
brakeman (5.2.1)
builder (3.2.4) builder (3.2.4)
bullet (7.0.1) bullet (7.0.1)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
@ -337,6 +338,7 @@ DEPENDENCIES
activerecord-import activerecord-import
apparition! apparition!
bootsnap bootsnap
brakeman
bullet bullet
byebug byebug
capybara capybara

Loading…
Cancel
Save