Disable brakeman --ensure-latest

Comment out the ensure-latest argument to allow CI to use Gemfile.lock.

Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
Juan José Mata
2026-01-30 00:34:46 +01:00
committed by GitHub
parent a86329d632
commit 440d4427fb

View File

@@ -2,6 +2,7 @@
require "rubygems"
require "bundler/setup"
ARGV.unshift("--ensure-latest")
# Disable so CI listens to Gemfile.lock
# ARGV.unshift("--ensure-latest")
load Gem.bin_path("brakeman", "brakeman")