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

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

https://github.com/ruby/date/commit/13c94362c2
This commit is contained in:
Hiroshi SHIBATA 2019-08-03 20:37:51 +09:00
parent 9d3a4ab05b
commit 487d96c6b1
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -18,6 +18,4 @@ Gem::Specification.new do |s|
s.email = [nil]
s.homepage = "https://github.com/ruby/date"
s.license = "BSD-2-Clause"
s.add_development_dependency "rake-compiler"
end