aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-02-15 18:53:06 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-04-27 20:57:54 +0900
commitacf599e67ccc3d667d457f22479bcdcb5421fe92 (patch)
tree8b91cd9d22c165585ac687655bcf1aa7021ca237 /lib
parent22d36c463f5db313a25431150f21c610f4bd6a39 (diff)
downloadruby-acf599e67ccc3d667d457f22479bcdcb5421fe92.tar.gz
[ruby/matrix] Use Gemfile instead of Gem::Specification#add_development_dependency.
https://github.com/ruby/matrix/commit/1381fde5c1
Diffstat (limited to 'lib')
-rw-r--r--lib/matrix/matrix.gemspec3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/matrix/matrix.gemspec b/lib/matrix/matrix.gemspec
index d2ff9ce7c6..6f68cbd816 100644
--- a/lib/matrix/matrix.gemspec
+++ b/lib/matrix/matrix.gemspec
@@ -23,7 +23,4 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
-
- spec.add_development_dependency "bundler"
- spec.add_development_dependency "rake"
end