summaryrefslogtreecommitdiff
path: root/ext/digest
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-06-01 21:08:26 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-28 11:48:36 +0900
commit260546ba26affaa6f8443060275cc436ad582908 (patch)
tree72b106bbe36824a0dfe6c36370c0c16f2ec46920 /ext/digest
parent5b96f4dd8c8cf3d79be07a3cd3faa8520307a591 (diff)
[ruby/digest] Use Gemfile instead of Gem::Specification#add_development_dependency
https://github.com/ruby/digest/commit/460a6f807e
Diffstat (limited to 'ext/digest')
-rw-r--r--ext/digest/digest.gemspec4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/digest/digest.gemspec b/ext/digest/digest.gemspec
index 296ee72b1f..4732730d23 100644
--- a/ext/digest/digest.gemspec
+++ b/ext/digest/digest.gemspec
@@ -40,8 +40,4 @@ Gem::Specification.new do |spec|
ext/digest/sha2/extconf.rb
]
spec.metadata["msys2_mingw_dependencies"] = "openssl"
-
- spec.add_development_dependency "bundler"
- spec.add_development_dependency "rake"
- spec.add_development_dependency "rake-compiler"
end