Bump rubocop-factory_bot from 2.26.1 to 2.27.1

We're changing the `.rubocop.yml` file because we were getting a
warning:

```
rubocop-factory_bot extension supports plugin, specify `plugins:
rubocop-factory_bot` instead of `require: rubocop-factory_bot` in
.rubocop.yml.  For more information, see
https://docs.rubocop.org/rubocop/plugin_migration_guide.html
```

---
updated-dependencies:
- dependency-name: rubocop-factory_bot
  dependency-version: 2.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-31 12:57:19 +00:00
committed by Javi Martín
parent cfcbcf5303
commit 6fa2946dd3
3 changed files with 13 additions and 11 deletions

View File

@@ -500,7 +500,7 @@ GEM
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
prism (1.6.0)
pronto (0.11.4)
gitlab (>= 4.4.0, < 5.0)
httparty (>= 0.13.7, < 1.0)
@@ -592,7 +592,7 @@ GEM
recipient_interceptor (0.3.3)
mail
redcarpet (3.6.1)
regexp_parser (2.10.0)
regexp_parser (2.11.3)
reline (0.6.2)
io-console (~> 0.5)
request_store (1.7.0)
@@ -636,13 +636,14 @@ GEM
rubocop-ast (>= 1.45.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.45.1)
rubocop-ast (1.47.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-factory_bot (2.27.1)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
@@ -761,9 +762,9 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.1.1)
validate_url (1.0.15)
activemodel (>= 3.0.0)
@@ -885,7 +886,7 @@ DEPENDENCIES
rspec-rails (~> 7.1.1)
rubocop (~> 1.76.1)
rubocop-capybara (~> 2.21.0)
rubocop-factory_bot (~> 2.26.1)
rubocop-factory_bot (~> 2.27.1)
rubocop-performance (~> 1.23.1)
rubocop-rails (~> 2.29.1)
rubocop-rspec (~> 3.4.0)