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

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

https://github.com/ruby/forwardable/commit/1e7123a81b
This commit is contained in:
Hiroshi SHIBATA 2019-08-12 22:16:21 +09:00
parent f625a4be3c
commit f14b754151
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -20,7 +20,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"
spec.add_development_dependency "rake"
end