Browse Source

Maintenance: Update dependency rubocop-faker to v1.3.0

renovatebot 3 weeks ago
parent
commit
31465f8391
2 changed files with 4 additions and 3 deletions
  1. 1 1
      .dev/rubocop/default.yml
  2. 3 2
      Gemfile.lock

+ 1 - 1
.dev/rubocop/default.yml

@@ -4,7 +4,6 @@
 require:
   - rubocop-capybara
   - rubocop-factory_bot
-  - rubocop-faker
   - rubocop-graphql
   - rubocop-inflector
   - rubocop-rspec_rails
@@ -12,6 +11,7 @@ require:
   - ./rubocop_zammad.rb
 
 plugins:
+  - rubocop-faker
   - rubocop-performance
   - rubocop-rails
   - rubocop-rspec

+ 3 - 2
Gemfile.lock

@@ -633,9 +633,10 @@ GEM
       rubocop (~> 1.41)
     rubocop-factory_bot (2.26.1)
       rubocop (~> 1.61)
-    rubocop-faker (1.2.0)
+    rubocop-faker (1.3.0)
       faker (>= 2.12.0)
-      rubocop (>= 1.13.0)
+      lint_roller (~> 1.1)
+      rubocop (>= 1.72.1)
     rubocop-graphql (1.5.4)
       rubocop (>= 1.50, < 2)
     rubocop-inflector (1.0.0)