Added bundle audit for robot

This commit is contained in:
Priit Tamboom 2014-10-09 17:55:50 +03:00
parent 7c748884f3
commit 1d3c40e520
3 changed files with 9 additions and 0 deletions

View file

@ -131,4 +131,7 @@ group :development, :test do
# for finding database optimizations # for finding database optimizations
gem 'bullet', '~> 4.14.0' gem 'bullet', '~> 4.14.0'
# for finding future vulnerable gems
gem 'bundler-audit'
end end

View file

@ -40,6 +40,9 @@ GEM
bullet (4.14.0) bullet (4.14.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
uniform_notifier (>= 1.6.0) uniform_notifier (>= 1.6.0)
bundler-audit (0.3.1)
bundler (~> 1.2)
thor (~> 0.18)
cancan (1.6.10) cancan (1.6.10)
capybara (2.4.1) capybara (2.4.1)
mime-types (>= 1.16) mime-types (>= 1.16)
@ -289,6 +292,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
bootstrap-sass (~> 3.2.0.1) bootstrap-sass (~> 3.2.0.1)
bullet (~> 4.14.0) bullet (~> 4.14.0)
bundler-audit
cancan (~> 1.6.10) cancan (~> 1.6.10)
capybara (~> 2.4.1) capybara (~> 2.4.1)
coffee-rails (~> 4.0.0) coffee-rails (~> 4.0.0)

View file

@ -18,6 +18,8 @@ rubocop
echo "END_OF_RUBOCOP_RESULTS" echo "END_OF_RUBOCOP_RESULTS"
bundle install --deployment bundle install --deployment
bundle-audit update
bundle-audit
# cp config/secrets-example.yml config/secrets.yml # cp config/secrets-example.yml config/secrets.yml
# create manually config/database.yml # create manually config/database.yml