From 6a534fd47903b885e6161c609125c5b66377cc6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 01:52:54 +0000 Subject: [PATCH] Update rubocop-performance requirement from = 1.26.1 to = 1.27.0 Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.26.1...v1.27.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-version: 1.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- catalcop.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalcop.gemspec b/catalcop.gemspec index 9b55bb9..a6aa7c7 100644 --- a/catalcop.gemspec +++ b/catalcop.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |spec| spec.add_dependency "rubocop", '~> 1.72', '>= 1.72.1' spec.add_dependency "rubocop-capybara", '3.0.0' spec.add_dependency "rubocop-factory_bot", '2.28.0' - spec.add_dependency "rubocop-performance", '1.26.1' + spec.add_dependency "rubocop-performance", '1.27.0' spec.add_dependency "rubocop-rails", '2.35.5' spec.add_dependency "rubocop-rspec", '3.10.2' spec.add_dependency "rubocop-rspec_rails", '2.32.0'