From da3f275b13565d7b14d7ba455822ed6bac34576d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:52:38 +0000 Subject: [PATCH] Update rubocop-rails requirement from ~> 2.35.0 to ~> 2.36.0 Updates the requirements on [rubocop-rails](https://github.com/rubocop/rubocop-rails) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.35.0...v2.36.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.36.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 38b6fbe..a2f412f 100644 --- a/publify_textfilter_code.gemspec +++ b/publify_textfilter_code.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |s| s.add_development_dependency "rubocop-capybara", "~> 3.0.0" s.add_development_dependency "rubocop-factory_bot", "~> 2.28.0" s.add_development_dependency "rubocop-performance", "~> 1.26.1" - s.add_development_dependency "rubocop-rails", "~> 2.35.0" + s.add_development_dependency "rubocop-rails", "~> 2.36.0" s.add_development_dependency "rubocop-rspec", "~> 3.10.2" s.add_development_dependency "rubocop-rspec_rails", "~> 2.32.0" s.add_development_dependency "simplecov", "~> 0.22.0"