Commit dda27a8
committed
Restrict tests to
There are currently [CI Failures][] related to the latest version of
`minitest`:
```
/opt/hostedtoolcache/Ruby/3.2.9/x64/lib/ruby/gems/3.2.0/gems/railties-8.1.1/lib/rails/test_unit/line_filtering.rb:7:in `run': wrong number of arguments (given 3, expected 1..2) (ArgumentError)
```
Until the latest Rails releases on stable branches adopt support for
`minitest > 6`, fix the version in the `bug_report_template.rb` inline
Gemfile.
The unbounded minitest version is also negatively impacting the rest of
the [test suite][]:
```
<internal:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in `require': cannot load such file -- minitest/mock (LoadError)
```
Include a `< 6` version constraint in the `Gemfile` as well.
[CI Failures]: https://github.com/hotwired/turbo-rails/actions/runs/20479960692/job/58886338414?pr=736#step:4:200
[test suite]: https://github.com/hotwired/turbo-rails/actions/runs/20492294729/job/58886518537?pr=774#step:6:19minitest<6
1 parent 0eb3c03 commit dda27a8
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments