From fe2172ca9eb1f4815df440f9c9d834376d43c9e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:02:53 +0000 Subject: [PATCH] Update rubocop-performance requirement from ~> 1.25.0 to ~> 1.26.1 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.25.0...v1.26.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-version: 1.26.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- publify_textfilter_code.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publify_textfilter_code.gemspec b/publify_textfilter_code.gemspec index 0ddaf02..7d1701a 100644 --- a/publify_textfilter_code.gemspec +++ b/publify_textfilter_code.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |s| s.add_development_dependency "rubocop", "~> 1.80.2" s.add_development_dependency "rubocop-capybara", "~> 2.22.1" s.add_development_dependency "rubocop-factory_bot", "~> 2.27.1" - s.add_development_dependency "rubocop-performance", "~> 1.25.0" + s.add_development_dependency "rubocop-performance", "~> 1.26.1" s.add_development_dependency "rubocop-rails", "~> 2.33.3" s.add_development_dependency "rubocop-rspec", "~> 3.7.0" s.add_development_dependency "rubocop-rspec_rails", "~> 2.31.0"