From 2299d989bff7e3ba76109f08bb6c2f62be7166cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 14:08:36 +0000 Subject: [PATCH] Update dependency rubocop-performance to '~> 1.27.0' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a6275a3..f4547ff 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :syntax do # voxpupuli-test (via simp-rake-helpers); pinning them here conflicts with its # constraints. rubocop-performance is not a voxpupuli-test dependency, so it # stays explicit. - gem 'rubocop-performance', '~> 1.26.0' + gem 'rubocop-performance', '~> 1.27.0' end group :test do