mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/tracer] Use Gemfile instead of Gem::Specification#add_development_dependency.
https://github.com/ruby/tracer/commit/9df7d7937b
This commit is contained in:
parent
fb15e79403
commit
09936d1d74
1 changed files with 0 additions and 3 deletions
|
@ -20,7 +20,4 @@ Gem::Specification.new do |spec|
|
||||||
spec.bindir = "exe"
|
spec.bindir = "exe"
|
||||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||||
spec.require_paths = ["lib"]
|
spec.require_paths = ["lib"]
|
||||||
|
|
||||||
spec.add_development_dependency "bundler"
|
|
||||||
spec.add_development_dependency "rake"
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue