Skip to content

Commit 0550b02

Browse files
Made Brakeman CI config stricter
1 parent 697319f commit 0550b02

File tree

1 file changed

+3
-0
lines changed
  • railties/lib/rails/generators/rails/app/templates/bin

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
require "rubygems"
22
require "bundler/setup"
33

4+
ARGV.unshift("--ensure-latest")
5+
ARGV.unshift("--no-pager")
6+
47
load Gem.bin_path("brakeman", "brakeman")

0 commit comments

Comments
 (0)