summaryrefslogtreecommitdiff
path: root/ext/stringio/stringio.gemspec
diff options
context:
space:
mode:
authorKenta Murata <mrkn@mrkn.jp>2020-12-17 10:38:42 +0900
committerKenta Murata <mrkn@mrkn.jp>2020-12-18 22:00:07 +0900
commite1b5289a2bf297d80ea35b32a32a0c5c34ab2ad8 (patch)
treed6bb4d0c33dfec8617be0f066285d7d6e8154126 /ext/stringio/stringio.gemspec
parent3d3194412918012ddab185751b84ebb64fe6e5d5 (diff)
[stringio] Add test-unit in the development dependencies
https://github.com/ruby/stringio/commit/de010fc0e9
Diffstat (limited to 'ext/stringio/stringio.gemspec')
-rw-r--r--ext/stringio/stringio.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/stringio/stringio.gemspec b/ext/stringio/stringio.gemspec
index c765242f35..d12c648a7d 100644
--- a/ext/stringio/stringio.gemspec
+++ b/ext/stringio/stringio.gemspec
@@ -30,4 +30,5 @@ Gem::Specification.new do |s|
# s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/
s.add_development_dependency 'rake-compiler'
+ s.add_development_dependency 'test-unit'
end