1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/digest] Use Gemfile instead of Gem::Specification#add_development_dependency

https://github.com/ruby/digest/commit/460a6f807e
This commit is contained in:
Hiroshi SHIBATA 2021-06-01 21:08:26 +09:00
parent 5b96f4dd8c
commit 260546ba26
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

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