add brakeman security scanner to guard

This commit is contained in:
Mark Moser
2016-09-19 09:10:22 -05:00
parent 37e628e27b
commit 1b612feb16
4 changed files with 27 additions and 1 deletions

View File

@ -34,8 +34,10 @@ end
group :development, :test do
gem 'awesome_print'
gem 'binding_of_caller'
gem 'brakeman'
gem 'byebug', platform: :mri
gem 'guard'
gem 'guard-brakeman'
gem 'guard-livereload'
gem 'guard-minitest'
gem 'guard-rubocop'