a11yist/bin/brakeman

10 lines
170 B
Text
Raw Permalink Normal View History

2024-09-05 22:54:38 +02:00
#!/usr/bin/env ruby
# frozen_string_literal: true
require 'rubygems'
require 'bundler/setup'
ARGV.unshift('--ensure-latest')
load Gem.bin_path('brakeman', 'brakeman')