From a606041b25d555d0b55353443ede4bbecece3125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 12:03:22 +0000 Subject: [PATCH 1/2] Update rubocop-capybara requirement from ~> 2.22.1 to ~> 2.23.0 Updates the requirements on [rubocop-capybara](https://github.com/rubocop/rubocop-capybara) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-capybara/releases) - [Changelog](https://github.com/rubocop/rubocop-capybara/blob/main/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-capybara/compare/v2.22.1...v2.23.0) --- updated-dependencies: - dependency-name: rubocop-capybara dependency-version: 2.23.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 875c381..b479bf3 100644 --- a/publify_textfilter_code.gemspec +++ b/publify_textfilter_code.gemspec @@ -25,7 +25,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.86.0" - s.add_development_dependency "rubocop-capybara", "~> 2.22.1" + s.add_development_dependency "rubocop-capybara", "~> 2.23.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" From 6bb10c18d003aa6ba83c20a754eed3ba11e8d41d Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Sat, 9 May 2026 14:12:31 +0200 Subject: [PATCH 2/2] Update RuboCop-Capybara configuration --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 5b32fa3..cd481e1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -29,7 +29,7 @@ Capybara/ClickLinkOrButtonStyle: EnforcedStyle: strict # Match style of regular expectations -Capybara/NegationMatcher: +Capybara/RSpec/NegationMatcher: EnforcedStyle: not_to # Put development dependencies in the gemspec so rubygems.org knows about them