summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 20:37:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-10-24 18:39:04 +0900
commit487d96c6b1cd7f5d415dba27a9684b30dfa9afed (patch)
treefdf82742824d38e17749dd6c98398e9bf9f64b83 /ext/date
parent9d3a4ab05bc74d880ca25c2bf0ef48e60f8199af (diff)
[ruby/date] Use Gemfile instead of Gem::Specification#add_development_dependency.
https://github.com/ruby/date/commit/13c94362c2
Diffstat (limited to 'ext/date')
-rw-r--r--ext/date/date.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/date/date.gemspec b/ext/date/date.gemspec
index ddb9608f4e..5cc2afbeee 100644
--- a/ext/date/date.gemspec
+++ b/ext/date/date.gemspec
@@ -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