mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/gdbm] Use Gemfile instead of Gem::Specification#add_development_dependency.
https://github.com/ruby/gdbm/commit/bd2e7f6647
This commit is contained in:
parent
b93ab7d693
commit
39281d5774
1 changed files with 0 additions and 5 deletions
|
@ -18,9 +18,4 @@ Gem::Specification.new do |spec|
|
||||||
spec.require_paths = ["lib"]
|
spec.require_paths = ["lib"]
|
||||||
spec.extensions = ["ext/gdbm/extconf.rb"]
|
spec.extensions = ["ext/gdbm/extconf.rb"]
|
||||||
spec.required_ruby_version = ">= 2.3.0"
|
spec.required_ruby_version = ">= 2.3.0"
|
||||||
|
|
||||||
spec.add_development_dependency "bundler", "~> 1.14"
|
|
||||||
spec.add_development_dependency "rake", "~> 10.0"
|
|
||||||
spec.add_development_dependency "rake-compiler"
|
|
||||||
spec.add_development_dependency "test-unit"
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue