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:
parent
5b96f4dd8c
commit
260546ba26
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue