Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build(deps-dev): Bump rubocop-rspec from 2.27.1 to 2.28.0 (#1392)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.27.1 to 2.28.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-rspec/releases">rubocop-rspec's releases</a>.</em></p> <blockquote> <h2>RuboCop RSpec v2.28.0</h2> <ul> <li>Extract RSpec Rails cops to a separate repository, <a href="https://github.com/rubocop/rubocop-rspec_rails"><code>rubocop-rspec_rails</code></a>. The <code>rubocop-rspec_rails</code> repository is a dependency of <code>rubocop-rspec</code> and the cops related to rspec-rails are aliased (<code>RSpec/Rails/Foo</code> == <code>RSpecRails/Foo</code>) until v3.0 is released, so the change will be invisible to users until then. (<a href="https://github.com/ydah"><code>@ydah</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md">rubocop-rspec's changelog</a>.</em></p> <blockquote> <h2>2.28.0 (2024-03-30)</h2> <ul> <li>Extract RSpec Rails cops to a separate repository, <a href="https://github.com/rubocop/rubocop-rspec_rails"><code>rubocop-rspec_rails</code></a>. The <code>rubocop-rspec_rails</code> repository is a dependency of <code>rubocop-rspec</code> and the cops related to rspec-rails are aliased (<code>RSpec/Rails/Foo</code> == <code>RSpecRails/Foo</code>) until v3.0 is released, so the change will be invisible to users until then. ([<a href="https://github.com/ydah"><code>@ydah</code></a>])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/e6b53cbfa6b24222c19b7c6c78dd7c11681e1ba0"><code>e6b53cb</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1844">#1844</a> from rubocop/release</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/05b93ad24d79f55974d11e8f2721a97eac505deb"><code>05b93ad</code></a> Bump version to v2.28.0</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/85e6c8f477247a0f1a22a5479897e4c762bd1e0b"><code>85e6c8f</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1842">#1842</a> from rubocop/add-test2</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/f6314a7839b123553d684bfeeefbfe815cda0979"><code>f6314a7</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1830">#1830</a> from rubocop/extract-rspec-rails</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/ae19ff1d256e9b1f3af6c4242ac24254a89a12ca"><code>ae19ff1</code></a> Extract RSpec Rails cops</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/bf3f3e51629acb75ecb333e11f1d3fb77868a4bf"><code>bf3f3e5</code></a> Add test to ensure unsafe cops are properly configured</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/281a65bfefd8c01c152990000b95a836a834ef29"><code>281a65b</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1841">#1841</a> from rubocop/add-test</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/077100f0df0da81b825f64dc292a1257592e785b"><code>077100f</code></a> Add test case for detect redundant <code>SafeAutoCorrect: false</code> config</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/ecd945f5e49b6006c2a7f314d7570ed449afc6dc"><code>ecd945f</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1839">#1839</a> from rubocop/use-registers-no-offense</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/36d24d8983434efacabe08dd39a36e7a484dd237"><code>36d24d8</code></a> Use 'registers no offense' instead of 'register no offense'</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop-rspec/compare/v2.27.1...v2.28.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop-rspec&package-manager=bundler&previous-version=2.27.1&new-version=2.28.0)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information