Skip to content

Commit

Permalink
Use bundler plumber tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
bronzdoc committed Aug 26, 2019
1 parent d1481b3 commit fffe724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require_relative 'config/application'
Rails.application.load_tasks

unless Rails.env.production?
require 'bundler/audit/task'
Bundler::Audit::Task.new
require 'bundler/plumber/task'
Bundler::Plumber::Task.new
end

task default: 'bundle:audit'
task default: 'bundle:leak'

0 comments on commit fffe724

Please sign in to comment.