Run bin/rails app:update
All checks were successful
Ruby CI / test (pull_request) Successful in 22s

This commit is contained in:
Andrew Tomaka 2025-06-05 21:04:49 -04:00
parent c1213aa57f
commit 89fdef1e8a
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
9 changed files with 80 additions and 1 deletions

6
bin/bundler-audit Executable file
View file

@ -0,0 +1,6 @@
#!/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