Skip to content

Commit

Permalink
Update rubocop-minitest requirement from 0.35.1 to 0.36.0 (#462)
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Updates the requirements on
[rubocop-minitest](https://github.com/rubocop/rubocop-minitest) to
permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-minitest/releases">rubocop-minitest's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop Minitest 0.36.0</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/317">#317</a>:
Fix an error for <code>Minitest/MultipleAssertions</code> when using
for-style loops. (<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/314">#314</a>:
Fix an error for <code>Minitest/SkipEnsure</code> when only
<code>ensure</code> has a body. (<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/314">#314</a>:
<strong>(Breaking)</strong> Raise a useful error when using a Cop in
<code>AssertOffense</code> if the Cop's class is not defined. (<a
href="https://github.com/brandoncc"><code>@​brandoncc</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md">rubocop-minitest's
changelog</a>.</em></p>
<blockquote>
<h2>0.36.0 (2024-08-31)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/317">#317</a>:
Fix an error for <code>Minitest/MultipleAssertions</code> when using
for-style loops. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/314">#314</a>:
Fix an error for <code>Minitest/SkipEnsure</code> when only
<code>ensure</code> has a body. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/314">#314</a>:
<strong>(Breaking)</strong> Raise a useful error when using a Cop in
<code>AssertOffense</code> if the Cop's class is not defined. ([<a
href="https://github.com/brandoncc"><code>@​brandoncc</code></a>][])</li>
</ul>
<h2>0.35.1 (2024-07-11)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/307">#307</a>:
Make <code>AssertOffense</code> support
<code>assert_no_corrections</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/311">#311</a>:
Suppress deprecation warning for
<code>Minitst/MultipleAssertions</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h2>0.35.0 (2024-03-10)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/issues/301">#301</a>:
Add new Minitest/Focus cop. ([<a
href="https://github.com/jaredmoody"><code>@​jaredmoody</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/300">#300</a>:
Fix an error for <code>Minitest/AssertEmptyLiteral</code> when only
passing an empty literal. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/303">#303</a>:
Require RuboCop 1.61 to use <code>AutoCorrect: Contextual</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/304">#304</a>:
Require RuboCop AST &gt;= 1.31.1 to support Prism as a Ruby Parser. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h2>0.34.5 (2024-01-20)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/299">#299</a>:
Fix an error for <code>Style/UselessAssertion</code> when passing a
single argument to methods to accept two arguments. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/298">#298</a>:
Extend <code>Minitest/AssertKindOf</code> to also correct
<code>assert(object.is_a?(Class))</code>. ([<a
href="https://github.com/amomchilov"><code>@​amomchilov</code></a>][])</li>
</ul>
<h2>0.34.4 (2024-01-09)</h2>
<h3>Bug fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/68aed47e52f6d9848cbcac91be7a043a1b93d003"><code>68aed47</code></a>
Cut 0.36.0</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/a7452b720b05145a3e2080888be58de579c9c020"><code>a7452b7</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/8a6967d18cbae0c29aefd2df6e57767dc906900d"><code>8a6967d</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-minitest/issues/318">#318</a>
from Earlopain/enable-undefined-config</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/a3deb85a558b8b635a359af09d74a1a2ed9c66b1"><code>a3deb85</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-minitest/issues/317">#317</a>
from Earlopain/multiple-assertions-error</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/4f75dc5eda6d1c13da2edae0c3ecbd510432686a"><code>4f75dc5</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-minitest/issues/316">#316</a>
from Earlopain/error-skip-ensure</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/bec9cbbbd77c7792863b5c3d7b7583e85298fddb"><code>bec9cbb</code></a>
Enable <code>InternalAffairs/UndefinedConfig</code></li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/53d197d31de4796f5783a929cfcee3b76f6b89bd"><code>53d197d</code></a>
Fix an error for <code>Minitest/MultipleAssertions</code> when using
for-style loops</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/e901adf35423c4450a911988deaf900730c905ba"><code>e901adf</code></a>
Fix an error for <code>Minitest/SkipEnsure</code> when only
<code>ensure</code> has a body</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/859751a8af26bfe1a72ec33fedf14e37bee81ccb"><code>859751a</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-minitest/issues/314">#314</a>
from brandoncc/brandoncc/fail-with-usable-message-if-...</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/2c2add05fecf39f3e7e1ad59eb2b7558e2d266b7"><code>2c2add0</code></a>
Accessing an unregistered cop raises useful error</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop-minitest/compare/v0.35.1...v0.36.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 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 5dbebc5 commit 3682f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "minitest", "~> 5.11"
gem "rake", "~> 13.0"
gem "rubocop", "1.66.0"
gem "rubocop-md", "1.2.2"
gem "rubocop-minitest", "0.35.1"
gem "rubocop-minitest", "0.36.0"
gem "rubocop-packaging", "0.5.2"
gem "rubocop-performance", "1.21.1"
gem "rubocop-rake", "0.6.0"

0 comments on commit 3682f25

Please sign in to comment.