Added brakeman to robot

This commit is contained in:
Priit Tamboom 2014-10-10 11:02:54 +03:00
parent 181da1abb7
commit 0273a0d99f
3 changed files with 43 additions and 19 deletions

View file

@ -135,4 +135,7 @@ group :development, :test do
# for finding future vulnerable gems
gem 'bundler-audit'
# for security audit'
gem 'brakeman', '~> 2.6.2', :require => false
end