Skip to content

Commit

Permalink
Update rubocop-minitest requirement from 0.33.0 to 0.34.2 (#420)
Browse files Browse the repository at this point in the history
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.34.2</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/issues/283">#283</a>:
Fix an error for <code>Minitest/MultipleAssertions</code> when using
<code>||</code> assigning a value to a variable. (<a
href="https://github.com/koic"><code>@​koic</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.34.2 (2023-12-25)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/issues/283">#283</a>:
Fix an error for <code>Minitest/MultipleAssertions</code> when using
<code>||</code> assigning a value to a variable. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h2>0.34.1 (2023-12-16)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/issues/281">#281</a>:
Fix an error when assigning a value to an object attribute. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h2>0.34.0 (2023-12-16)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/272">#272</a>:
Add new <code>Minitest/RedundantMessageArgument</code> cop. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/279">#279</a>:
Add new <code>Minitest/NonExecutableTestMethod</code> cop. ([<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/275">#275</a>:
Make <code>Minitest/AssertMatch</code> aware of
<code>assert_operator</code> when running with Ruby 2.7. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/issues/271">#271</a>:
Fix a false positive for
<code>Minitest/EmptyLineBeforeAssertionMethods</code> and
<code>assert_raises</code>. ([<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/270">#270</a>:
Ignore offenses inside redundant parentheses. ([<a
href="https://github.com/sambostock"><code>@​sambostock</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/274">#274</a>:
Require RuboCop AST 1.30.0+. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/276">#276</a>:
Enhance <code>AssertSame</code>/<code>RefuteSame</code> to check for
<code>object_id</code> comparison. ([<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>][])</li>
</ul>
<h2>0.33.0 (2023-10-21)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/266">#266</a>:
Make <code>Minitest/AssertEqual</code> aware of
<code>assert_operator</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/268">#268</a>:
Make <code>Minitest/AssertMatch</code> aware of
<code>assert_operator</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/267">#267</a>:
Make <code>Minitest/RefuteEqual</code> aware of
<code>assert_operator</code> and <code>refute_operator</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/269">#269</a>:
Make <code>Minitest/RefuteMatch</code> aware of
<code>refute_operator</code> and <code>assert_operator</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/265">#265</a>:
Make <code>Minitest/RefuteEqual</code> aware of <code>refute(expected ==
actual)</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h2>0.32.2 (2023-09-27)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-minitest/pull/263">#263</a>:
Fix an error for <code>Minitest/AssertOperator</code> and
<code>Minitest/RefuteOperator</code> when using unary operation
argument. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h3>Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/0d42c75934b5d4cfd3724f86ee250380320762e4"><code>0d42c75</code></a>
Cut 0.34.2</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/fca22c3097c9aab14c57d5e0a8b224d242fa8110"><code>fca22c3</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/b11fd1c99fd6d2137e23f775657f8a88398486ed"><code>b11fd1c</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-minitest/issues/285">#285</a>
from koic/fix_an_error_for_minitest_multiple_assertions</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/fba823a733198a882d580133f637ed18adb1e5f4"><code>fba823a</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-minitest/issues/283">#283</a>]
Fix an error for <code>Minitest/MultipleAssertions</code></li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/9335ecb20c2f7521ded39676736cf7a8137654fa"><code>9335ecb</code></a>
Switch back docs version to master</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/56f22639a55ca3a1d5676098cf03927f704d27e2"><code>56f2263</code></a>
Cut 0.34.1</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/3e109b8de9fec1231e5818d06cf7a0fe74cae8b9"><code>3e109b8</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/5ba16c778aeda2c5157b1f26f1dd007fc9b3147b"><code>5ba16c7</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-minitest/issues/282">#282</a>
from koic/fix_an_error_when_using_assigning_a_value_t...</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/b7587e57e0a5ea109a231c7db5bcb7965b19be6d"><code>b7587e5</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-minitest/issues/281">#281</a>]
Fix an error when assigning a value to an object attribute</li>
<li><a
href="https://github.com/rubocop/rubocop-minitest/commit/8f8f0e434221630cbd9bf1b1369391fefc0a8816"><code>8f8f0e4</code></a>
Add a missing changelog entry</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop-minitest/compare/v0.33.0...v0.34.2">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2023
1 parent 0aade77 commit f057c7d
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 @@ -7,7 +7,7 @@ gem "minitest-rg"
gem "rake", "~> 13.0"
gem "rubocop", "1.58.0"
gem "rubocop-md", "1.2.2"
gem "rubocop-minitest", "0.33.0"
gem "rubocop-minitest", "0.34.2"
gem "rubocop-packaging", "0.5.2"
gem "rubocop-performance", "1.19.1"
gem "rubocop-rake", "0.6.0"

0 comments on commit f057c7d

Please sign in to comment.