]> git.openstreetmap.org Git - rails.git/blob - bin/brakeman
fix map panning to objects when url hash is not empty but has no map location, fixes...
[rails.git] / bin / brakeman
1 #!/usr/bin/env ruby
2 require "rubygems"
3 require "bundler/setup"
4
5 ARGV.unshift("--ensure-latest")
6
7 load Gem.bin_path("brakeman", "brakeman")