mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 11:19:39 +02:00
Added bundle audit for robot
This commit is contained in:
parent
7c748884f3
commit
1d3c40e520
3 changed files with 9 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -131,4 +131,7 @@ group :development, :test do
|
|||
|
||||
# for finding database optimizations
|
||||
gem 'bullet', '~> 4.14.0'
|
||||
|
||||
# for finding future vulnerable gems
|
||||
gem 'bundler-audit'
|
||||
end
|
||||
|
|
|
@ -40,6 +40,9 @@ GEM
|
|||
bullet (4.14.0)
|
||||
activesupport (>= 3.0.0)
|
||||
uniform_notifier (>= 1.6.0)
|
||||
bundler-audit (0.3.1)
|
||||
bundler (~> 1.2)
|
||||
thor (~> 0.18)
|
||||
cancan (1.6.10)
|
||||
capybara (2.4.1)
|
||||
mime-types (>= 1.16)
|
||||
|
@ -289,6 +292,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
bootstrap-sass (~> 3.2.0.1)
|
||||
bullet (~> 4.14.0)
|
||||
bundler-audit
|
||||
cancan (~> 1.6.10)
|
||||
capybara (~> 2.4.1)
|
||||
coffee-rails (~> 4.0.0)
|
||||
|
|
|
@ -18,6 +18,8 @@ rubocop
|
|||
echo "END_OF_RUBOCOP_RESULTS"
|
||||
|
||||
bundle install --deployment
|
||||
bundle-audit update
|
||||
bundle-audit
|
||||
|
||||
# cp config/secrets-example.yml config/secrets.yml
|
||||
# create manually config/database.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue