From 4cf988b2bce88812629c1241d44ae8be2aac4752 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:18:56 +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 2b94e90..81b4603 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