]> git.openstreetmap.org Git - rails.git/blob - bin/brakeman
Bump @stylistic/eslint-plugin from 5.3.1 to 5.4.0
[rails.git] / bin / brakeman
1 #!/usr/bin/env ruby
2 # frozen_string_literal: true
3
4 require "rubygems"
5 require "bundler/setup"
6
7 ARGV.unshift("--ensure-latest")
8
9 load Gem.bin_path("brakeman", "brakeman")