From 879ed33af11f0c8eb962eade916750eeec43bf60 Mon Sep 17 00:00:00 2001
From: Felix Eckhofer <felix@eckhofer.com>
Date: Thu, 13 Mar 2025 10:48:24 +0100
Subject: [PATCH] Resolve rubocopy-capybara warning

Also cleans up whitespace.
---
 .rubocop.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.rubocop.yml b/.rubocop.yml
index 3306cb8..e1bf62e 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,5 +1,6 @@
 inherit_gem: { rubocop-rails-omakase: rubocop.yml }
-require:
+plugins:
   - rubocop-capybara
+  - rubocop-rails
 AllCops:
-    NewCops: enable
+  NewCops: enable
-- 
GitLab