Skip to content

Commit dc54a57

Browse files
authored
Bump rubocop-rspec from 3.0.3 to 3.0.4 (#599)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.0.3 to 3.0.4. <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.0.4</h2> <ul> <li>Fix false-negative for <code>UnspecifiedException</code> when matcher is chained. (<a href="https://github.com/r7kamura"><code>@​r7kamura</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.0.4 (2024-08-05)</h2> <ul> <li>Fix false-negative for <code>UnspecifiedException</code> when matcher is chained. ([<a href="https://github.com/r7kamura"><code>@​r7kamura</code></a>])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/ff213aecd8579c638631d37a5de05468685a405a"><code>ff213ae</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1945">#1945</a> from rubocop/release</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/728fcc6582c78b941d0d46821b449dd50a4adc4a"><code>728fcc6</code></a> Release v3.0.4</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/9eb23a68424e5708071f98bf488f84f4ee0f1118"><code>9eb23a6</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1940">#1940</a> from r7kamura/unspecified-exception-chain</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/ce4cd77d2ac1ea03ff8cd136e913aeb9bf12b80a"><code>ce4cd77</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1941">#1941</a> from rubocop/fix-offenses</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/6f06a332552bac65847843d1f529d322ff65f9ee"><code>6f06a33</code></a> Fix rubocop offenses</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/60199baeb7f0f922bace742c8f2e564ce7604217"><code>60199ba</code></a> Fix false-negative for <code>UnspecifiedException</code> when matcher is chained</li> <li>See full diff in <a href="https://github.com/rubocop/rubocop-rspec/compare/v3.0.3...v3.0.4">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.0.3&new-version=3.0.4)](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 94bba11 + a367cea commit dc54a57

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
@@ -495,9 +495,9 @@ GEM
495495
rubocop-ast (>= 1.31.1, < 2.0)
496496
ruby-progressbar (~> 1.7)
497497
unicode-display_width (>= 2.4.0, < 3.0)
498-
rubocop-ast (1.31.3)
498+
rubocop-ast (1.32.0)
499499
parser (>= 3.3.1.0)
500-
rubocop-rspec (3.0.3)
500+
rubocop-rspec (3.0.4)
501501
rubocop (~> 1.61)
502502
ruby-progressbar (1.13.0)
503503
ruby-vips (2.2.2)

0 commit comments

Comments
 (0)