budget/bin/bundler-audit
Andrew Tomaka 89fdef1e8a
All checks were successful
Ruby CI / test (pull_request) Successful in 22s
Run bin/rails app:update
2025-06-05 21:04:49 -04:00

6 lines
202 B
Ruby
Executable file

#!/usr/bin/env ruby
require_relative "../config/boot"
require "bundler/audit/cli"
ARGV.concat %w[ --config config/bundler-audit.yml ] if ARGV.empty? || ARGV.include?("check")
Bundler::Audit::CLI.start