Add brakeman in gemfile

This commit is contained in:
Guillaume Lazzara 2016-03-24 16:44:25 +01:00
parent 6d5a3e6256
commit f4d3038f56

View file

@ -22,6 +22,7 @@ gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
@ -124,6 +125,7 @@ group :development, :test do
gem 'parallel_tests'
gem 'brakeman', require: false
# Deploy
gem 'mina', git: 'https://github.com/mina-deploy/mina.git'
end