Skip to content

Commit 61f6bb3

Browse files
authored
chore(deps-dev): bump rubocop-rspec from 3.7.0 to 3.8.0 (#1144)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.7.0 to 3.8.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.8.0</h2> <ul> <li>Add new cop <code>RSpec/LeakyLocalVariable</code>. (<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>)</li> <li>Bump RuboCop requirement to +1.81. (<a href="https://github.com/ydah"><code>@​ydah</code></a>)</li> <li>Fix a false positive for <code>RSpec/LetSetup</code> when <code>let!</code> used in outer scope. (<a href="https://github.com/ydah"><code>@​ydah</code></a>)</li> <li>Fix a false positive for <code>RSpec/ReceiveNever</code> cop when <code>allow(...).to receive(...).never</code>. (<a href="https://github.com/ydah"><code>@​ydah</code></a>)</li> <li>Fix detection of nameless doubles with methods in <code>RSpec/VerifiedDoubles</code>. (<a href="https://github.com/ushi-as"><code>@​ushi-as</code></a>)</li> <li>Improve an offense message for <code>RSpec/RepeatedExample</code> cop. (<a href="https://github.com/ydah"><code>@​ydah</code></a>)</li> <li>Let <code>RSpec/SpecFilePathFormat</code> leverage ActiveSupport inflections when configured. (<a href="https://github.com/corsonknowles"><code>@​corsonknowles</code></a>, <a href="https://github.com/bquorning"><code>@​bquorning</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.8.0 (2025-11-12)</h2> <ul> <li>Add new cop <code>RSpec/LeakyLocalVariable</code>. ([<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>])</li> <li>Bump RuboCop requirement to +1.81. ([<a href="https://github.com/ydah"><code>@​ydah</code></a>])</li> <li>Fix a false positive for <code>RSpec/LetSetup</code> when <code>let!</code> used in outer scope. ([<a href="https://github.com/ydah"><code>@​ydah</code></a>])</li> <li>Fix a false positive for <code>RSpec/ReceiveNever</code> cop when <code>allow(...).to receive(...).never</code>. ([<a href="https://github.com/ydah"><code>@​ydah</code></a>])</li> <li>Fix detection of nameless doubles with methods in <code>RSpec/VerifiedDoubles</code>. ([<a href="https://github.com/ushi-as"><code>@​ushi-as</code></a>])</li> <li>Improve an offense message for <code>RSpec/RepeatedExample</code> cop. ([<a href="https://github.com/ydah"><code>@​ydah</code></a>])</li> <li>Let <code>RSpec/SpecFilePathFormat</code> leverage ActiveSupport inflections when configured. ([<a href="https://github.com/corsonknowles"><code>@​corsonknowles</code></a>], [<a href="https://github.com/bquorning"><code>@​bquorning</code></a>])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/dc8f6ac828531ed6a397c3160be493ad2850ced0"><code>dc8f6ac</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2133">#2133</a> from rubocop/bump</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/c271e680c7408b10757a9c21c39d083b0db30470"><code>c271e68</code></a> Bump version to 3.8.0</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/44b929436c7f86409a8d318cb8bec14cacfa811a"><code>44b9294</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2130">#2130</a> from rubocop/add-dot-ruby-version</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/25a1255abcebcef9f1a13f3df01bb6165c5cfb21"><code>25a1255</code></a> Add a .ruby-version file</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/3f31059bd4df0a02886509c549e06bc71ca6acc1"><code>3f31059</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2090">#2090</a> from corsonknowles/fix_spec_file_path_format_for_inf...</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/2777fa2676e44e4321c7acde51aa9f96dcfc0049"><code>2777fa2</code></a> Let <code>RSpec/SpecFilePathFormat</code> leverage ActiveSupport inflections when define...</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/961389aa3cfd1c3862f1e3560b4f7de11f66fc44"><code>961389a</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2119">#2119</a> from rubocop/1932</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/f6db22685734b3b3d850790a2d52c98e28e95b43"><code>f6db226</code></a> Improve an offense message for <code>RSpec/RepeatedExample</code>cop</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/9b5dd15235e4f36087d95d78ee00b206f33ef673"><code>9b5dd15</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2112">#2112</a> from ushi-as/fix-detection-of-nameless-doubles</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/0549bae0f50a7c684575e8080bdb5492e24fbe6a"><code>0549bae</code></a> RSpec/VerifiedDoubles: fix detection of nameless doubles</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop-rspec/compare/v3.7.0...v3.8.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.7.0&new-version=3.8.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>
2 parents def9351 + 9f5ead8 commit 61f6bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,9 +702,9 @@ GEM
702702
rack (>= 1.1)
703703
rubocop (>= 1.75.0, < 2.0)
704704
rubocop-ast (>= 1.44.0, < 2.0)
705-
rubocop-rspec (3.7.0)
705+
rubocop-rspec (3.8.0)
706706
lint_roller (~> 1.1)
707-
rubocop (~> 1.72, >= 1.72.1)
707+
rubocop (~> 1.81)
708708
rubocop-rspec_rails (2.31.0)
709709
lint_roller (~> 1.1)
710710
rubocop (~> 1.72, >= 1.72.1)

0 commit comments

Comments
 (0)