Skip to content

Commit ef6f580

Browse files
Update minitest-reporters requirement from ~> 1.6.0 to ~> 1.7.1 (#148)
Updates the requirements on [minitest-reporters](https://github.com/CapnKernul/minitest-reporters) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/minitest-reporters/minitest-reporters/blob/master/CHANGELOG.md">minitest-reporters's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/minitest-reporters/minitest-reporters/compare/v1.7.0...v1.7.1">1.7.1</a></h3> <ul> <li>Fixed logic of new <code>suppress_inline_failure_output</code>. This option was doing the opposite of what it intended to do. <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/354">#354</a></li> </ul> <h3><a href="https://github.com/minitest-reporters/minitest-reporters/compare/v1.6.1...v1.7.0">1.7.0</a></h3> <ul> <li>Minor documentation improvements <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/343">#343</a></li> <li>Fixed homepage link in gemspec <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/333">#333</a> contributed by <a href="https://github.com/andyw8">andyw8</a></li> <li>Added Ruby 3.2 to the CI matrix <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/335">#335</a> contributed by <a href="https://github.com/petergoldstein">petergoldstein</a></li> <li>Updated <code>JUnitReporter</code> to output a failure screenshot path when included in the minitest result <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/346">#346</a> contributed by <a href="https://github.com/matteeyah">matteeyah</a></li> <li>Fixed backwards fraction in <code>ProgressReporter</code> default format <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/348">#348</a> contributed by <a href="https://github.com/notEthan">notEthan</a></li> <li>Added option <code>suppress_inline_failure_output</code> to <code>SpecReporter</code> to provide an explicit switch, separate from <code>print_failure_summary</code>, for suppressing inline failure messages. Until this change, the <code>print_failure_summary</code> would do both: print a failure/error summary after all tests run and suppress the inline failure messages. With this change <code>print_failure_summary</code> will just add a summary at the end of a test run, and it will no longer suppress the inline failure messages. <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/352">#352</a> contributed by <a href="https://github.com/rthbound">rthbound</a></li> </ul> <h3><a href="https://github.com/kern/minitest-reporters/compare/v1.6.0...v1.6.1">1.6.1</a></h3> <ul> <li>Replaced use of <code>MiniTest</code> constant with <code>Minitest</code> <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/345">#345</a> contributed by <a href="https://github.com/istana">istana</a></li> </ul> <h3><a href="https://github.com/kern/minitest-reporters/compare/v1.5.0...v1.6.0">1.6.0</a></h3> <ul> <li>Switched to Github actions <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/324">#324</a> <a href="https://github.com/petergoldstein">petergoldstein</a></li> <li>Fixed misspelled method name in HTML reporter (<code>percent_skipps</code> -&gt; <code>percent_skips</code>) <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/326">#326</a> contributed by <a href="https://github.com/andyw8">andyw8</a></li> <li>Removed deprecated call to <code>Object#=~</code> <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/318">#318</a> contributed by <a href="https://github.com/etiennebarrie">etiennebarrie</a></li> <li>Added option <code>print_failure_summary</code> to <code>SpecReporter</code> which causes failures and errors to print at the end of the test suite instead of inline as they happen <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/306">#306</a> contributed by <a href="https://github.com/picandocodigo">picandocodigo</a></li> </ul> <h3><a href="https://github.com/kern/minitest-reporters/compare/v1.4.3...v1.5.0">1.5.0</a></h3> <ul> <li>Added support for environment variables to define the output location of HTML reports. <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/311">#311</a> contributed by <a href="https://github.com/estebanbouza">estebanbouza</a></li> <li>Fixed ProgressReporter accuracy on skipped tests while <code>detailed_skip</code> is disabled <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/312">#312</a> contributed by <a href="https://github.com/seven1m">seven1m</a></li> <li>Added <code>file</code> attribute to <code>&lt;testcase&gt;</code> tags in JUnitReporter for CircleCI compatibility <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/313">#313</a> contributed by <a href="https://github.com/nbudin">nbudin</a></li> <li>Added timestamp option to JUnitReporter <a href="https://redirect.github.com/CapnKernul/minitest-reporters/issues/316">#316</a> (<a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/316">minitest-reporters/minitest-reporters#316</a>) contributed by <a href="https://github.com/sipani909">sipani909</a></li> </ul> <h3><a href="https://github.com/kern/minitest-reporters/compare/v1.4.2...v1.4.3">1.4.3</a></h3> <ul> <li>fixed rare compatability issue between JUnitReporter and older versions of Minitest <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/pull/272">#272</a> contributed by <a href="https://github.com/chakrit">chakrit</a></li> <li>fixed JUnitReporter to use a relative file path if a file path is absolute <a href="https://redirect.github.com/minitest-reporters/minitest-reporters/issues/305">#305</a></li> <li>fixed MeanTimeReporter to reset by deleting previous run file <a href="https://redirect.github.com/kern/minitest-reporters/pull/296">#296</a> contributed by <a href="https://github.com/AnthonyClark">AnythonyClark</a></li> <li>removed debug output from ProgressReporter <a href="https://redirect.github.com/kern/minitest-reporters/pull/301">#301</a> contributed by <a href="https://github.com/wvanbergen">wvanbergen</a></li> </ul> <h3><a href="https://github.com/kern/minitest-reporters/compare/v1.4.1...v1.4.2">1.4.2</a> (2019-10-26)</h3> <ul> <li>fixed DelegateReporter to delegate prerecord() <a href="https://redirect.github.com/kern/minitest-reporters/pull/294">#294</a> contributed by <a href="https://github.com/mame">mame</a></li> </ul> <h3><a href="https://github.com/kern/minitest-reporters/compare/v1.4....v1.4.1">1.4.1</a> (2019-10-10)</h3> <ul> <li>fixed Time.current replaced with Time.now in HTML reporter's remplate <a href="https://redirect.github.com/kern/minitest-reporters/issues/293">#293</a></li> </ul> <h3><a href="https://github.com/kern/minitest-reporters/compare/v1.4.0.beta1...v1.4.0">1.4.0</a> (2019-10-06)</h3> <ul> <li>travis updated to include ruby 2.6 (<a href="https://redirect.github.com/kern/minitest-reporters/pull/292">#292</a> contributed by <a href="https://github.com/pvalena">pvalena</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minitest-reporters/minitest-reporters/commit/265ff4b40d5827e84d7e902b808fbee860b61221"><code>265ff4b</code></a> Prep for 1.7.1 release</li> <li><a href="https://github.com/minitest-reporters/minitest-reporters/commit/a4cc508c8331bf5cc974626833b5062c974a4ea3"><code>a4cc508</code></a> Merge pull request <a href="https://redirect.github.com/CapnKernul/minitest-reporters/issues/354">#354</a> from minitest-reporters/fix-suppress_inline_failure_o...</li> <li><a href="https://github.com/minitest-reporters/minitest-reporters/commit/52c5ca04ef9d3ebb69fd8532355b618320a6cfa6"><code>52c5ca0</code></a> Add CHANGELOG notes for <a href="https://redirect.github.com/CapnKernul/minitest-reporters/issues/354">#354</a></li> <li><a href="https://github.com/minitest-reporters/minitest-reporters/commit/70ea3c7beab38614febb31377641f0190bd63766"><code>70ea3c7</code></a> Fix logic of new suppress_inline_failure_output option</li> <li><a href="https://github.com/minitest-reporters/minitest-reporters/commit/9f909d0a0eda79750c75c8bd7d67ee93c27c3972"><code>9f909d0</code></a> Prep for 1.7.0 release</li> <li><a href="https://github.com/minitest-reporters/minitest-reporters/commit/2f7ac47c86c2c36c99cdb0c61694179d8990956b"><code>2f7ac47</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/minitest-reporters/minitest-reporters/commit/6508c29395a3785fe8495dce3de5d4f81fcb1a8f"><code>6508c29</code></a> Merge pull request <a href="https://redirect.github.com/CapnKernul/minitest-reporters/issues/352">#352</a> from rthbound/suppress_inline_failure_output</li> <li><a href="https://github.com/minitest-reporters/minitest-reporters/commit/dd109b28183354ebd47ac8a474e1eeb89188ad99"><code>dd109b2</code></a> Update Minitest::Reporters::SpecReporter annotations with addition of suppres...</li> <li><a href="https://github.com/minitest-reporters/minitest-reporters/commit/d9dd6c597f36362b8ae453365c02955cf432b796"><code>d9dd6c5</code></a> Remove excess pasta from CHANGELOG.md</li> <li><a href="https://github.com/minitest-reporters/minitest-reporters/commit/4bb2b141b2acffd5faa1db1a3f5b50d0056fe0c4"><code>4bb2b14</code></a> * Added option <code>suppress_inline_failure_output</code> to <code>SpecReporter</code></li> <li>Additional commits viewable in <a href="https://github.com/CapnKernul/minitest-reporters/compare/v1.6.0...v1.7.1">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>
1 parent fd58d90 commit ef6f580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ gemspec
77

88
gem 'appraisal'
99
gem 'minitest', '~> 5.0'
10-
gem 'minitest-reporters', '~> 1.6.0'
10+
gem 'minitest-reporters', '~> 1.7.1'
1111
gem 'rake', '~> 13.2'
1212
gem 'rubocop', '~> 1.25.1'

0 commit comments

Comments
 (0)