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

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

This commit is contained in:
Hiroshi SHIBATA 2019-12-05 21:22:19 +09:00
parent 28f4b5af45
commit bee63ab97a
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -18,8 +18,4 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.extensions = "ext/fcntl/extconf.rb"
spec.required_ruby_version = ">= 2.3.0"
spec.add_development_dependency "bundler", "~> 1.14"
spec.add_development_dependency "rake", "~> 12"
spec.add_development_dependency "rake-compiler"
end