diff --git a/rails/rubocop-for-gem.yml b/rails/rubocop-for-gem.yml
index db625b3a24d2716d36ed18030d86f6949cd8c24e..7890b9d40d9dafe0bd118ac1481ec1b83a3910e4 100644
--- a/rails/rubocop-for-gem.yml
+++ b/rails/rubocop-for-gem.yml
@@ -1,10 +1,13 @@
 require:
+  - rubocop-minitest
   - rubocop-packaging
   - rubocop-performance
+  - rubocop-rails
 
-# gem 'rubocop', '1.65.1', require: false
-# gem 'rubocop-performance', '1.21.1', require: false
-# gem 'rubocop-packaging', '0.5.2', require: false
+# gem "rubocop", "1.65.1", require: false
+# gem "rubocop-minitest", "0.35.1", require: false
+# gem "rubocop-performance", "1.21.1", require: false
+# gem "rubocop-packaging", "0.5.2", require: false
 AllCops:
   NewCops: enable # pending cops get enabled by default and must be disabled by hand, if needed