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 3.3.0 to 3.4.0 (#741)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.3.0 to 3.4.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 v3.4.0</h2> <ul> <li>Fix <code>RSpec/SortMetadata</code> cop to limit sorting to trailing metadata arguments. (<a href="https://github.com/cbliard"><code>@cbliard</code></a>)</li> <li>Replace <code>RSpec/StringAsInstanceDoubleConstant</code> with <code>RSpec/VerifiedDoubleReference</code> configured to only support constant class references. (<a href="https://github.com/corsonknowles"><code>@corsonknowles</code></a>)</li> <li>Fix <code>RSpec/EmptyExampleGroup</code> cop false positive when a simple conditional is used inside an iterator. (<a href="https://github.com/lovro-bikic"><code>@lovro-bikic</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>3.4.0 (2025-01-20)</h2> <ul> <li>Fix <code>RSpec/SortMetadata</code> cop to limit sorting to trailing metadata arguments. ([<a href="https://github.com/cbliard"><code>@cbliard</code></a>])</li> <li>Replace <code>RSpec/StringAsInstanceDoubleConstant</code> with <code>RSpec/VerifiedDoubleReference</code> configured to only support constant class references. ([<a href="https://github.com/corsonknowles"><code>@corsonknowles</code></a>])</li> <li>Fix <code>RSpec/EmptyExampleGroup</code> cop false positive when a simple conditional is used inside an iterator. ([<a href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/bc888bbafc24a0ddf621ae49ee9112981f5a7fb4"><code>bc888bb</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2023">#2023</a> from rubocop/release</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/775b4ee3ef3e32288a2cf982c10bcc83578847d3"><code>775b4ee</code></a> Release v3.4.0</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/cbb3632e38853154bcae0ff514d3f9b3aa9723f9"><code>cbb3632</code></a> Fix CHANGELOG</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/e8dd5bae31342acc3cc111cfa1db6af3c47cafc1"><code>e8dd5ba</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2022">#2022</a> from lovro-bikic/fix/rspec-empty-example-group-false...</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/c43909df122e1033c49e06f88a3111b0aa65d2f3"><code>c43909d</code></a> Fix false positive for RSpec/EmptyExampleGroup with iterator and simple condi...</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/0b65016e21d23417af8d708379571a59a81400d0"><code>0b65016</code></a> Fix CHANGELOG</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/620d3ad362152f703a726098eddbdf3da7524941"><code>620d3ad</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1968">#1968</a> from corsonknowles/master</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/1aa987fa709c77e9ba068498e624c08ab2e5c9e8"><code>1aa987f</code></a> Obsolete StringAsInstanceDoubleConstant in favor of VerifiedDoubleReference f...</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/e44a27b7508232b357790a326fe6eef1698f5bca"><code>e44a27b</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1948">#1948</a> from cbliard/sort_metadata_symbols_at_the_end_of_arg...</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/c2e861f26dc89f90308f4290cfd6dd2c77ff34b2"><code>c2e861f</code></a> Fix <code>RSpec/SortMetadata</code> cop to limit sorting to trailing metadata</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop-rspec/compare/v3.3.0...v3.4.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=3.3.0&new-version=3.4.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