Skip to content

Commit 8d097bc

Browse files
committed
Rollback to minitest-5.27.0
Test of 6.0.0 is not working with 4.0.0 stable version. https://github.com/ruby/actions/actions/runs/20488398805/job/58875672023#step:20:362 ``` rake aborted! NoMethodError: undefined method 'cov_filter=' for #<Hoe:0x00007fdb550fc840> (NoMethodError) self.cov_filter = %w[ tmp ] ^^^^^^^^^^^^^ /home/runner/work/actions/actions/ruby-4.0.0/gems/src/minitest/Rakefile:20:in 'block in <top (required)>' /home/runner/work/actions/actions/ruby-4.0.0/.bundle/gems/hoe-3.20.0/lib/hoe.rb:394:in 'BasicObject#instance_eval' /home/runner/work/actions/actions/ruby-4.0.0/.bundle/gems/hoe-3.20.0/lib/hoe.rb:394:in 'Hoe.spec' /home/runner/work/actions/actions/ruby-4.0.0/gems/src/minitest/Rakefile:11:in '<top (required)>' /home/runner/work/actions/actions/ruby-4.0.0/.bundle/gems/rake-13.3.1/exe/rake:27:in '<top (required)>' (See full trace by running task with --trace) ```
1 parent 26a1a52 commit 8d097bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ The following default gems are updated.
373373

374374
The following bundled gems are updated.
375375

376-
* minitest 6.0.0
376+
* minitest 5.27.0
377377
* power_assert 3.0.1
378378
* 2.0.5 to [v3.0.0][power_assert-v3.0.0], [v3.0.1][power_assert-v3.0.1]
379379
* rake 13.3.1

gems/bundled_gems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# - revision: revision in repository-url to test
77
# if `revision` is not given, "v"+`version` or `version` will be used.
88

9-
minitest 6.0.0 https://github.com/minitest/minitest
9+
minitest 5.27.0 https://github.com/minitest/minitest
1010
power_assert 3.0.1 https://github.com/ruby/power_assert
1111
rake 13.3.1 https://github.com/ruby/rake
1212
test-unit 3.7.5 https://github.com/test-unit/test-unit

0 commit comments

Comments
 (0)