From 487d96c6b1cd7f5d415dba27a9684b30dfa9afed Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 3 Aug 2019 20:37:51 +0900 Subject: [ruby/date] Use Gemfile instead of Gem::Specification#add_development_dependency. https://github.com/ruby/date/commit/13c94362c2 --- ext/date/date.gemspec | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/date') 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 -- cgit v1.2.3