]> git.openstreetmap.org Git - rails.git/blob - bin/brakeman
Add frozen_string_literal comments to ruby files
[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")