[前][次][番号順一覧][スレッド一覧]

ruby-changes:66929

From: Hiroshi <ko1@a...>
Date: Wed, 28 Jul 2021 11:48:55 +0900 (JST)
Subject: [ruby-changes:66929] 260546ba26 (master): [ruby/digest] Use Gemfile instead of Gem::Specification#add_development_dependency

https://git.ruby-lang.org/ruby.git/commit/?id=260546ba26

From 260546ba26affaa6f8443060275cc436ad582908 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 1 Jun 2021 21:08:26 +0900
Subject: [ruby/digest] Use Gemfile instead of
 Gem::Specification#add_development_dependency

https://github.com/ruby/digest/commit/460a6f807e
---
 ext/digest/digest.gemspec | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/ext/digest/digest.gemspec b/ext/digest/digest.gemspec
index 296ee72..4732730 100644
--- a/ext/digest/digest.gemspec
+++ b/ext/digest/digest.gemspec
@@ -40,8 +40,4 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/digest/digest.gemspec#L40
     ext/digest/sha2/extconf.rb
   ]
   spec.metadata["msys2_mingw_dependencies"] = "openssl"
-
-  spec.add_development_dependency "bundler"
-  spec.add_development_dependency "rake"
-  spec.add_development_dependency "rake-compiler"
 end
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]