Latest bin files

This commit is contained in:
2026-04-23 11:08:50 +00:00
parent 7d2be7f137
commit bfd075048d
8 changed files with 49 additions and 5 deletions

7
bin/brakeman Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env ruby
require "rubygems"
require "bundler/setup"
ARGV.unshift("--ensure-latest")
load Gem.bin_path("brakeman", "brakeman")