yegor256 / 0rsk

Online Risk Manager
https://www.0rsk.com
MIT License
20 stars 2 forks source link

Update dependency minitest-reporters to v1.6.0 - autoclosed #79

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Update Change
minitest-reporters minor '1.3.6' -> '1.6.0'

Release Notes

CapnKernul/minitest-reporters ### [`v1.6.0`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#​160-httpsgithubcomkernminitest-reporterscomparev150v160) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.5.0...v1.6.0) - Switched to Github actions [#​324](https://togithub.com/minitest-reporters/minitest-reporters/pull/324) [petergoldstein](https://togithub.com/petergoldstein) - Fixed misspelled method name in HTML reporter (`percent_skipps` -> `percent_skips`) [#​326](https://togithub.com/minitest-reporters/minitest-reporters/pull/326) contributed by [andyw8](https://togithub.com/andyw8) - Removed deprecated call to `Object#=~` [#​318](https://togithub.com/minitest-reporters/minitest-reporters/pull/318) contributed by [etiennebarrie](https://togithub.com/etiennebarrie) - Added option `print_failure_summary` to `SpecReporter` which causes failures and errors to print at the end of the test suite instead of inline as they happen [#​306](https://togithub.com/minitest-reporters/minitest-reporters/pull/306) contributed by [picandocodigo](https://togithub.com/picandocodigo) ### [`v1.5.0`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#​150-httpsgithubcomkernminitest-reporterscomparev143v150) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.4.3...v1.5.0) - Added support for environment variables to define the output location of HTML reports. [#​311](https://togithub.com/minitest-reporters/minitest-reporters/pull/311) contributed by [estebanbouza](https://togithub.com/estebanbouza) - Fixed ProgressReporter accuracy on skipped tests while `detailed_skip` is disabled [#​312](https://togithub.com/minitest-reporters/minitest-reporters/pull/312) contributed by [seven1m](https://togithub.com/seven1m) - Added `file` attribute to `` tags in JUnitReporter for CircleCI compatibility [#​313](https://togithub.com/minitest-reporters/minitest-reporters/pull/313) contributed by [nbudin](https://togithub.com/nbudin) - Added timestamp option to JUnitReporter \[[#​316](https://togithub.com/CapnKernul/minitest-reporters/issues/316)] ([https://github.com/minitest-reporters/minitest-reporters/pull/316](https://togithub.com/minitest-reporters/minitest-reporters/pull/316)) contributed by [sipani909](https://togithub.com/sipani909) ### [`v1.4.3`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#​143-httpsgithubcomkernminitest-reporterscomparev142v143) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.4.2...v1.4.3) - fixed rare compatability issue between JUnitReporter and older versions of Minitest [#​272](https://togithub.com/minitest-reporters/minitest-reporters/pull/272) contributed by [chakrit](https://togithub.com/chakrit) - fixed JUnitReporter to use a relative file path if a file path is absolute [#​305](https://togithub.com/minitest-reporters/minitest-reporters/issues/305) - fixed MeanTimeReporter to reset by deleting previous run file [#​296](https://togithub.com/kern/minitest-reporters/pull/296) contributed by [AnythonyClark](https://togithub.com/AnthonyClark) - removed debug output from ProgressReporter [#​301](https://togithub.com/kern/minitest-reporters/pull/301) contributed by [wvanbergen](https://togithub.com/wvanbergen) ### [`v1.4.2`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#​142-httpsgithubcomkernminitest-reporterscomparev141v142-2019-10-26) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.4.1...v1.4.2) - fixed DelegateReporter to delegate prerecord() [#​294](https://togithub.com/kern/minitest-reporters/pull/294) contributed by [mame](https://togithub.com/mame) ### [`v1.4.1`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#​141-httpsgithubcomkernminitest-reporterscomparev14v141-2019-10-10) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.4.0...v1.4.1) - fixed Time.current replaced with Time.now in HTML reporter's remplate [#​293](https://togithub.com/kern/minitest-reporters/issues/293) ### [`v1.4.0`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#​140-httpsgithubcomkernminitest-reporterscomparev140beta1v140-2019-10-06) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.3.8...v1.4.0) - travis updated to include ruby 2.6 ([#​292](https://togithub.com/kern/minitest-reporters/pull/292) contributed by [pvalena](https://togithub.com/pvalena)) - location option added to DefaultReporter [#​288](https://togithub.com/kern/minitest-reporters/pull/288) contributed by [bmo](https://togithub.com/bmo) - Date and time added to HTML report [#​287](https://togithub.com/kern/minitest-reporters/pull/287) contributed by [cderche](https://togithub.com/cderche) ### [`v1.3.8`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#​138-httpsgithubcomkernminitest-reporterscomparev137v138-2019-08-14) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.3.7...v1.3.8) - Fixed default ProgressReporter regression from [#​278](https://togithub.com/kern/minitest-reporters/pull/278); fix [#​284](https://togithub.com/kern/minitest-reporters/pull/284) contributed by [bobmaerten](https://togithub.com/bobmaerten) ### [`v1.3.7`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#​137-httpsgithubcomkernminitest-reporterscomparev136v137-2019-08-14) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.3.6...v1.3.7) - added ability to specify output dir of JUnitReporter through ENV [#​277](https://togithub.com/kern/minitest-reporters/pull/277) countributed by [KevinSjoberg](https://togithub.com/KevinSjoberg) - Added verbose functionality to ProgressReporter [#​278](https://togithub.com/kern/minitest-reporters/pull/278) contributed by [senhalil](https://togithub.com/senhalil)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: Gemfile.lock
installing v2 tool ruby v2.6.0
linking tool ruby v2.6.0
ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-linux]
gem 3.0.1
RubyGems Environment:
  - RUBYGEMS VERSION: 3.0.1
  - RUBY VERSION: 2.6.0 (2018-12-25 patchlevel 0) [x86_64-linux]
  - INSTALLATION DIRECTORY: /tmp/renovate-cache/others/bundler
  - USER INSTALLATION DIRECTORY: /home/ubuntu/.gem/ruby/2.6.0
  - RUBY EXECUTABLE: /opt/buildpack/tools/ruby/2.6.0/bin/ruby
  - GIT EXECUTABLE: /usr/bin/git
  - EXECUTABLE DIRECTORY: /tmp/renovate-cache/others/bundler/bin
  - SPEC CACHE DIRECTORY: /home/ubuntu/.gem/specs
  - SYSTEM CONFIGURATION DIRECTORY: /usr/local/ruby/2.6.0/etc
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86_64-linux
  - GEM PATHS:
     - /tmp/renovate-cache/others/bundler
     - /home/ubuntu/.gem/ruby/2.6.0
     - /opt/buildpack/tools/ruby/2.6.0/lib/ruby/gems/2.6.0
  - GEM CONFIGURATION:
     - :update_sources => true
     - :verbose => true
     - :backtrace => false
     - :bulk_threshold => 1000
     - "gem" => "--bindir /home/ubuntu/bin --no-document"
     - :benchmark => false
  - REMOTE SOURCES:
     - https://rubygems.org/
  - SHELL PATH:
     - /home/ubuntu/.cargo/bin
     - /home/ubuntu/.local/bin
     - /go/bin
     - /home/ubuntu/bin
     - /home/ubuntu/.cargo/bin
     - /home/ubuntu/.local/bin
     - /go/bin
     - /home/ubuntu/bin
     - /home/ubuntu/.cargo/bin
     - /home/ubuntu/.local/bin
     - /go/bin
     - /home/ubuntu/bin
     - /home/ubuntu/bin
     - /home/ubuntu/.cargo/bin
     - /home/ubuntu/.local/bin
     - /go/bin
     - /home/ubuntu/bin
     - /home/ubuntu/bin
     - /usr/local/sbin
     - /usr/local/bin
     - /usr/sbin
     - /usr/bin
     - /sbin
     - /bin
Installed v2 /usr/local/buildpack/tools/v2/ruby.sh in 2 seconds
installing v2 tool bundler v1.17.2
linking tool bundler v1.17.2
Bundler version 1.17.2
Installed v2 /usr/local/buildpack/tools/v2/bundler.sh in 1 seconds
ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-linux]
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Your bundle is locked to url (0.3.2), but that version could not be found in any
of the sources listed in your Gemfile. If you haven't changed sources, that
means the author of url (0.3.2) has removed it. You'll need to update your
bundle to a version other than url (0.3.2) that hasn't been removed in order to
install.
0crat commented 1 year ago

@renovate/z[bot] this pull request is too small, just 2 lines changed (less than 10), there will be no formal code review, see §53 and §28; in the future, try to make sure your pull requests are not too small; @yegor256/z please review this and merge or reject

yegor256 commented 1 year ago

@rultor please, try to merge

rultor commented 1 year ago

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 1 year ago

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 8min)

Reading Rakefile ...
Reading test/test_risks.rb ...
Reading test/test_triples.rb ...
Reading test/test_cause.rb ...
Reading test/test_causes.rb ...
Reading test/test_risk.rb ...
Reading test/test_effect.rb ...
Reading test/test_users.rb ...
Reading test/test_0rsk.rb ...
Reading test/test__helper.rb ...
Reading test/test_plans.rb ...
Reading test/test_telechats.rb ...
Reading test/test_projects.rb ...
Reading test/test_effects.rb ...
Reading test/test_tasks.rb ...
Reading test/test_pipeline.rb ...
Reading test/test_telepings.rb ...
Reading views/triple.haml ...
Reading views/tasks.haml ...
Reading views/plans.haml ...
Reading views/index.haml ...
Reading views/projects.haml ...
Reading views/layout.haml ...
Reading views/causes.haml ...
Reading views/ranked.haml ...
Reading views/effects.haml ...
Reading views/project.haml ...
Reading views/terms.haml ...
Reading views/error.haml ...
Reading views/responses.haml ...
Reading views/risks.haml ...
Reading views/not_found.haml ...
Reading views/_paging.haml ...
Reading cucumber.yml ...
Reading .pdd ...
Reading liquibase/master.xml ...
Reading liquibase/2019/001-initial-schema.xml ...
Reading liquibase/2019/012-more-cascade-delete.xml ...
Reading liquibase/2019/011-cascade-delete.xml ...
Reading liquibase/2019/005-telechat.xml ...
Reading liquibase/2019/009-cause-emoji.xml ...
Reading liquibase/2019/004-triple.xml ...
Reading liquibase/2019/008-bugs.xml ...
Reading liquibase/2019/002-ranked-plans.xml ...
Reading liquibase/2019/013-telechat-recent.xml ...
Reading liquibase/2019/010-teleping-unique.xml ...
Reading liquibase/2019/006-teleping.xml ...
Reading liquibase/2019/003-agenda-refactor.xml ...
Reading liquibase/2019/007-positive-effect.xml ...
Reading deploy.sh ...
Reading Gemfile.lock ...
Reading CHECKS ...
++ pwd
+ sudo -i bundle install --no-color --gemfile=/home/r/repo/Gemfile
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Your Ruby version is 2.7.0, but your Gemfile specified 2.6.0
container 0a942f0bdd589bee7522e3a8c462f2225138ae112a06ce18829ca359c0783382 is dead
Sat 05 Nov 2022 02:42:58 PM CET