Skip to content

Commit

Permalink
Remove bundle audit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles committed Mar 9, 2018
1 parent 6e9c285 commit 9c185aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ group :test do
# selenium-webdriver 3.x is incompatible with Firefox version 48 and prior
gem 'selenium'
gem 'selenium-webdriver', '~> 2.53.4'
gem 'bundler-audit'
# nokogirl is needed by capybara which may require one of the below commands
# sudo apt-get install libxslt-dev libxml2-dev
# sudo port install libxml2 libxslt
Expand Down
28 changes: 0 additions & 28 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,34 +61,6 @@ task :rest_test do
Rake::Task['beef_stop'].invoke
end

################################
# run bundle-audit

namespace :bundle_audit do
require 'bundler/audit/cli'

desc 'Update bundle-audit database'
task :update do
Bundler::Audit::CLI.new.update
end

desc 'Check gems for vulns using bundle-audit'
task :check do
Bundler::Audit::CLI.new.check
end

desc 'Update vulns database and check gems using bundle-audit'
task :run do
Rake::Task['bundle_audit:update'].invoke
Rake::Task['bundle_audit:check'].invoke
end
end

desc "Run bundle-audit"
task :bundle_audit do
Rake::Task['bundle_audit:run'].invoke
end

################################
# SSL/TLS certificate

Expand Down

0 comments on commit 9c185aa

Please sign in to comment.