Add brakeman in gemfile
This commit is contained in:
parent
6d5a3e6256
commit
f4d3038f56
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -22,6 +22,7 @@ gem 'jbuilder', '~> 2.0'
|
||||||
# bundle exec rake doc:rails generates the API under doc/api.
|
# bundle exec rake doc:rails generates the API under doc/api.
|
||||||
gem 'sdoc', '~> 0.4.0', group: :doc
|
gem 'sdoc', '~> 0.4.0', group: :doc
|
||||||
|
|
||||||
|
|
||||||
# Use ActiveModel has_secure_password
|
# Use ActiveModel has_secure_password
|
||||||
# gem 'bcrypt', '~> 3.1.7'
|
# gem 'bcrypt', '~> 3.1.7'
|
||||||
|
|
||||||
|
@ -124,6 +125,7 @@ group :development, :test do
|
||||||
|
|
||||||
gem 'parallel_tests'
|
gem 'parallel_tests'
|
||||||
|
|
||||||
|
gem 'brakeman', require: false
|
||||||
# Deploy
|
# Deploy
|
||||||
gem 'mina', git: 'https://github.com/mina-deploy/mina.git'
|
gem 'mina', git: 'https://github.com/mina-deploy/mina.git'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue