1
0
Fork 0
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:
Sutou Kouhei 2021-10-23 06:26:03 +09:00 committed by Sutou Kouhei
parent 8fde54a3b5
commit 274882be62
Notes: git 2021-10-24 05:58:03 +09:00

View file

@ -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