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

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

10d547ba12
This commit is contained in:
Hiroshi SHIBATA 2020-07-16 21:21:56 +09:00
parent 9e93596d7b
commit 1d637b1f5e

View file

@ -29,8 +29,4 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "minitest", "~> 5.0"
end