From dec4ef355c1822c37776699fb59bf25d2da42d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 01:02:10 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.82.1 to ~> 1.84.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.82.1...v1.84.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.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 f007faf..1751479 100644 --- a/publify_textfilter_code.gemspec +++ b/publify_textfilter_code.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.add_development_dependency "appraisal", "~> 2.3" s.add_development_dependency "rspec-rails", "~> 7.1" - s.add_development_dependency "rubocop", "~> 1.82.1" + s.add_development_dependency "rubocop", "~> 1.84.1" s.add_development_dependency "rubocop-capybara", "~> 2.22.1" s.add_development_dependency "rubocop-factory_bot", "~> 2.28.0" s.add_development_dependency "rubocop-performance", "~> 1.26.1"