We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dba10c + 9deb247 commit ba6f20aCopy full SHA for ba6f20a
railties/lib/rails/generators/rails/app/templates/bin/bundler-audit.tt
@@ -1,5 +1,5 @@
1
require_relative "../config/boot"
2
require "bundler/audit/cli"
3
4
-ARGV.concat %w[ --config config/bundler-audit.yaml ] if ARGV.empty? || ARGV.include?("check")
+ARGV.concat %w[ --config config/bundler-audit.yml ] if ARGV.empty? || ARGV.include?("check")
5
Bundler::Audit::CLI.start
0 commit comments