From 066355ba187241c77510de064a08c4f83b732aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:57:04 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.75.6 to ~> 1.76.0 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.75.6...v1.76.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.76.0 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 ba98b3a..ade0722 100644 --- a/publify_textfilter_code.gemspec +++ b/publify_textfilter_code.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |s| s.add_dependency "publify_core", "~> 10.0.0" s.add_development_dependency "rspec-rails", "~> 6.0" - s.add_development_dependency "rubocop", "~> 1.75.6" + s.add_development_dependency "rubocop", "~> 1.76.0" s.add_development_dependency "rubocop-performance", "~> 1.23.1" s.add_development_dependency "rubocop-rails", "~> 2.32.0" s.add_development_dependency "rubocop-rspec", "~> 3.4.0"