aboutsummaryrefslogtreecommitdiff
path: root/bin/brakeman
blob: ae3a4484a05c00ea97f3d4dad877a9c2ae5ae2ae (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ruby
# frozen_string_literal: true

require 'rubygems'
require 'bundler/setup'

ARGV.unshift('--ensure-latest')

load Gem.bin_path('brakeman', 'brakeman')