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.
.yml
.yaml
1 parent 1dba10c commit 9deb247Copy full SHA for 9deb247
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