Commit 098295f
Avoid built-in old
In Ruby <= 2.1, `test-unit` was shipped with Ruby itself (unbundling
was done for 2.2 -- see <https://bugs.ruby-lang.org/issues/9711>).
The `test-unit` version shipped with 2.1 breaks some of the tests.
To fix this, I've added the minimum needed version explicitly to the
`gemspec`, as well as added a `gems.rb` for allowing the use of
`bundler` to run the tests and ensure the correct `test-unit` is used.test-unit
1 parent 1773502 commit 098295f
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
0 commit comments