diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-08 10:00:48 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-08 10:10:24 +0100 |
| commit | 25ee6490e4e29a69b736ea95a2b198fcc7f98751 (patch) | |
| tree | d0af905b76e0ba36447ddb8889da8d4422b3483c /bin/brakeman | |
| parent | 7260bdfbee719a93ffe6752ff08c3a77bc198b2d (diff) | |
| download | operum-25ee6490e4e29a69b736ea95a2b198fcc7f98751.tar.gz operum-25ee6490e4e29a69b736ea95a2b198fcc7f98751.zip | |
Upgrade to Rails 8
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'bin/brakeman')
| -rwxr-xr-x | bin/brakeman | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/brakeman b/bin/brakeman new file mode 100755 index 0000000..ae3a448 --- /dev/null +++ b/bin/brakeman @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true + +require 'rubygems' +require 'bundler/setup' + +ARGV.unshift('--ensure-latest') + +load Gem.bin_path('brakeman', 'brakeman') |
