Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the minor-updates group with 2 updates (#209)
Bumps the minor-updates group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [webmock](https://github.com/bblimke/webmock). Updates `rubocop` from 1.71.1 to 1.71.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop/releases">rubocop's releases</a>.</em></p> <blockquote> <h2>RuboCop 1.71.2</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13782">#13782</a>: Fix an error <code>Layout/ElseAlignment</code> when <code>else</code> is part of a numblock. (<a href="https://github.com/earlopain"><code>@earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13395">#13395</a>: Fix a false positive for <code>Lint/UselessAssignment</code> when assigning in branch and block. (<a href="https://github.com/pCosta99"><code>@pCosta99</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13783">#13783</a>: Fix a false positive for <code>Lint/Void</code> when <code>each</code> numblock with conditional expressions that has multiple statements. (<a href="https://github.com/earlopain"><code>@earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13787">#13787</a>: Fix incorrect autocorrect for <code>Style/ExplicitBlockArgument</code> when using arguments of <code>zsuper</code> in method definition. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13785">#13785</a>: Fix <code>Style/EachWithObject</code> cop error in case of single block argument. (<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13781">#13781</a>: Fix a false positive for <code>Lint/UnmodifiedReduceAccumulator</code> when omitting the accumulator in a nested numblock. (<a href="https://github.com/earlopain"><code>@earlopain</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md">rubocop's changelog</a>.</em></p> <blockquote> <h2>1.71.2 (2025-02-04)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13782">#13782</a>: Fix an error <code>Layout/ElseAlignment</code> when <code>else</code> is part of a numblock. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13395">#13395</a>: Fix a false positive for <code>Lint/UselessAssignment</code> when assigning in branch and block. ([<a href="https://github.com/pCosta99"><code>@pCosta99</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13783">#13783</a>: Fix a false positive for <code>Lint/Void</code> when <code>each</code> numblock with conditional expressions that has multiple statements. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13787">#13787</a>: Fix incorrect autocorrect for <code>Style/ExplicitBlockArgument</code> when using arguments of <code>zsuper</code> in method definition. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13785">#13785</a>: Fix <code>Style/EachWithObject</code> cop error in case of single block argument. ([<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13781">#13781</a>: Fix a false positive for <code>Lint/UnmodifiedReduceAccumulator</code> when omitting the accumulator in a nested numblock. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop/commit/2cd0ca258da41e709e7753f1a744e910be1ae1ef"><code>2cd0ca2</code></a> Cut 1.71.2</li> <li><a href="https://github.com/rubocop/rubocop/commit/b205529a2345eb2e530aa256c75029dcc28a35fe"><code>b205529</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/da31e5acaa98ead5978a1f7a4e0cb7ce8e9fe282"><code>da31e5a</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13785">#13785</a> from viralpraxis/fix-style-each-with-object-cop-err...</li> <li><a href="https://github.com/rubocop/rubocop/commit/b3e86f6a596986e151c17dacf057c0592c357d25"><code>b3e86f6</code></a> Fix <code>Style/EachWithObject</code> cop error in case if single block argument</li> <li><a href="https://github.com/rubocop/rubocop/commit/7e0ffa09cb3cc69241ab633edf5cdfd827b7c53e"><code>7e0ffa0</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/13787">#13787</a>] Fix incorrect autocorrect for <code>Style/ExplicitBlockArgument</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/910795c3395286871d509a15ec061e263535c667"><code>910795c</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13409">#13409</a> from pCosta99/issue/13395</li> <li><a href="https://github.com/rubocop/rubocop/commit/0d8d9ed32b3454f8be694cd50fb29a013f88df18"><code>0d8d9ed</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13784">#13784</a> from koic/stablize_help_command_line_option_test</li> <li><a href="https://github.com/rubocop/rubocop/commit/8c1dc799d99b9430abc3200aead1388d3e845e14"><code>8c1dc79</code></a> Stabilize <code>help</code> command line option test</li> <li><a href="https://github.com/rubocop/rubocop/commit/933c8799b20e7fffff2bead31f584f69b8a582f6"><code>933c879</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13783">#13783</a> from Earlopain/lint-void-numblock</li> <li><a href="https://github.com/rubocop/rubocop/commit/8a48e6123a6850a36acf1e424f098b1f5a0c40dd"><code>8a48e61</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13782">#13782</a> from Earlopain/else-alignment-numblock</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.71.1...v1.71.2">compare view</a></li> </ul> </details> <br /> Updates `webmock` from 3.24.0 to 3.25.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bblimke/webmock/blob/master/CHANGELOG.md">webmock's changelog</a>.</em></p> <blockquote> <h1>3.25.0</h1> <ul> <li> <p>Resolve net-http adapter deprecation Ruby 3.4</p> <p>Thanks to <a href="https://github.com/Earlopain">Earlopain</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bblimke/webmock/commit/8384080b7b5027693a57cc7ec493020d76b8c96a"><code>8384080</code></a> Version 3.25.0</li> <li><a href="https://github.com/bblimke/webmock/commit/dff648875c085bbeb85b491728cb59afbb5b4e83"><code>dff6488</code></a> Merge pull request <a href="https://redirect.github.com/bblimke/webmock/issues/1096">#1096</a> from koic/workaround_for_jruby_ci_matrix_is_failing</li> <li><a href="https://github.com/bblimke/webmock/commit/6aacb4032f3de568dc0353a0185557541dac39b1"><code>6aacb40</code></a> Suspend JRuby CI matrix</li> <li><a href="https://github.com/bblimke/webmock/commit/cb65c87e3092941ea65388d5f619a464aa1f9746"><code>cb65c87</code></a> Merge pull request <a href="https://redirect.github.com/bblimke/webmock/issues/1097">#1097</a> from koic/fix_build_error_in_ruby_3_5_ci_matrix</li> <li><a href="https://github.com/bblimke/webmock/commit/1e7e9dfd5d221550dc56a995d845d64d52aa3d81"><code>1e7e9df</code></a> Fix a build error for Ruby 3.5 CI matrix</li> <li><a href="https://github.com/bblimke/webmock/commit/ab43ce9b03e18edc4c33fff9abe12fbc953a3b3c"><code>ab43ce9</code></a> Merge pull request <a href="https://redirect.github.com/bblimke/webmock/issues/1098">#1098</a> from koic/add_ostruct_to_gemfile</li> <li><a href="https://github.com/bblimke/webmock/commit/3acba799aaf06515421df3b961ad2d80a2b05376"><code>3acba79</code></a> Add <code>ostruct</code> gem to Gemfile to prevent an error in development with Ruby 3.5</li> <li><a href="https://github.com/bblimke/webmock/commit/d66d1cdf34fc1c582cae77cd81d106ba98feb6fc"><code>d66d1cd</code></a> Merge pull request <a href="https://redirect.github.com/bblimke/webmock/issues/1095">#1095</a> from koic/revert_1091</li> <li><a href="https://github.com/bblimke/webmock/commit/7ecd77c78016a154d692cf6e03939a6be0b0d0b5"><code>7ecd77c</code></a> Revert "Fix included modules on Ruby 3.4"</li> <li><a href="https://github.com/bblimke/webmock/commit/e8c5129b29af62bcfbb5e4c685ee711ce3c81f12"><code>e8c5129</code></a> Merge pull request <a href="https://redirect.github.com/bblimke/webmock/issues/1091">#1091</a> from sailor/master</li> <li>Additional commits viewable in <a href="https://github.com/bblimke/webmock/compare/v3.24.0...v3.25.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> 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 <dependency name> 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 <dependency name>` 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 <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information