Skip to content

Commit 2c5e100

Browse files
build(deps-dev): bump minitest from 6.0.5 to 6.0.6 in the all-dependencies group (#243)
Bumps the all-dependencies group with 1 update: [minitest](https://github.com/minitest/minitest). Updates `minitest` from 6.0.5 to 6.0.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/minitest/minitest/blob/master/History.rdoc">minitest's changelog</a>.</em></p> <blockquote> <p>=== 6.0.6 / 2026-04-30</p> <ul> <li> <p>2 bug fixes:</p> <ul> <li>Fix using assert_equal/same/nil w/ BasicObject by comparing w/ <code>nil == exp</code>. (mtasaka)</li> <li>Removed private Assertions#_where as it is no longer used.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minitest/minitest/commit/f6180b07ea6e8504a71d220246da0875f392c51c"><code>f6180b0</code></a> prepped for release</li> <li><a href="https://github.com/minitest/minitest/commit/23bc7f25a8853b9b3c75b9b73c65d231e42cb452"><code>23bc7f2</code></a> - Removed private Assertions#_where as it is no longer used.</li> <li><a href="https://github.com/minitest/minitest/commit/c471347e5daf7f3e362c530170ae3302edad9117"><code>c471347</code></a> - Fix using assert_equal/same/nil w/ BasicObject by comparing w/ <code>nil == exp</code>...</li> <li>See full diff in <a href="https://github.com/minitest/minitest/compare/v6.0.5...v6.0.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minitest&package-manager=bundler&previous-version=6.0.5&new-version=6.0.6)](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 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>
2 parents 9d1fee4 + cf7836a commit 2c5e100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ GEM
4545
loofah (2.25.1)
4646
crass (~> 1.0.2)
4747
nokogiri (>= 1.12.0)
48-
minitest (6.0.5)
48+
minitest (6.0.6)
4949
drb (~> 2.0)
5050
prism (~> 1.5)
5151
nokogiri (1.19.2-arm64-darwin)

0 commit comments

Comments
 (0)