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

[ruby/zlib] Don't use gemspec for gem dependecy

https://github.com/ruby/zlib/commit/7d3d19710f
This commit is contained in:
Hiroshi SHIBATA 2021-02-02 20:42:13 +09:00
parent 231f0f6f45
commit e72757a311

View file

@ -28,8 +28,4 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.extensions = "ext/zlib/extconf.rb"
spec.required_ruby_version = ">= 2.3.0"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "rake-compiler"
end