mirror of
https://github.com/ruby/ruby.git
synced 2025-09-23 12:33:56 +02:00
[ruby/matrix] Use Gemfile instead of Gem::Specification#add_development_dependency.
1381fde5c1
This commit is contained in:
parent
22d36c463f
commit
acf599e67c
1 changed files with 0 additions and 3 deletions
|
@ -23,7 +23,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
Add a link
Reference in a new issue