mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/csv] Use test-unit gem instead of test-framework of ruby repo
https://github.com/ruby/csv/commit/9c4add0d31
This commit is contained in:
parent
8fde54a3b5
commit
274882be62
Notes:
git
2021-10-24 05:58:03 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -60,4 +60,5 @@ Gem::Specification.new do |spec|
|
|||
spec.add_development_dependency "bundler"
|
||||
spec.add_development_dependency "rake"
|
||||
spec.add_development_dependency "benchmark_driver"
|
||||
spec.add_development_dependency "test-unit", ">= 3.4.3"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue