From 0da169156e8d260d5eec85409a6adefffb9f6451 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 6 Mar 2025 08:19:54 -0500
Subject: [PATCH] Bump rubocop-factory_bot from 2.26.1 to 2.27.0 in the linters
group (#4380)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the linters group with 1 update:
[rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot).
Updates `rubocop-factory_bot` from 2.26.1 to 2.27.0
Release notes
Sourced from rubocop-factory_bot's
releases.
RuboCop FactoryBot v2.27.0
- Fix a false positive for
FactoryBot/ConsistentParenthesesStyle
when using traits and
omitting hash values. (@thejonroberts
)
- Make RuboCop FactoryBot work as a RuboCop plugin. (
@bquorning
)
Changelog
Sourced from rubocop-factory_bot's
changelog.
2.27.0 (2025-03-06)
- Fix a false positive for
FactoryBot/ConsistentParenthesesStyle
when using traits and
omitting hash values. ([@thejonroberts
])
- Make RuboCop FactoryBot work as a RuboCop plugin. ([
@bquorning
])
Commits
40afce4
Merge pull request #144
from rubocop/release
244440a
Release 2.27.0
791d673
Merge pull request #139
from rubocop/rubocop-plugin
b715fdd
Make RuboCop FactoryBot work as a RuboCop plugin
3494a40
Merge pull request #142
from Earlopain/publish-upstream-only
a50455b
Only run publish workflow on upstream repo
631ca2f
Merge pull request #140
from rubocop/fix-edge-rubocop-offenses
ffea224
Fix InternalAffairs/ExampleDescription offenses
8f8890f
Merge pull request #138
from rubocop/ruby34
5a40706
Update Ruby version in GitHub Actions workflow to 3.4
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Gemfile.lock | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Gemfile.lock b/Gemfile.lock
index d3d259286..12625bb30 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -426,8 +426,9 @@ GEM
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
- rubocop-factory_bot (2.26.1)
- rubocop (~> 1.61)
+ rubocop-factory_bot (2.27.0)
+ lint_roller (~> 1.1)
+ rubocop (~> 1.72, >= 1.72.1)
rubocop-performance (1.24.0)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)