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

[ruby/etc] Move development dependencies to Gemfile

https://github.com/ruby/etc/commit/5cabc3996a
This commit is contained in:
Nobuyoshi Nakada 2022-01-02 21:37:47 +09:00 committed by Hiroshi SHIBATA
parent 59a91f229b
commit 3fea4f9d8c

View file

@ -44,9 +44,4 @@ Gem::Specification.new do |spec|
spec.extensions = %w{ext/etc/extconf.rb}
spec.required_ruby_version = ">= 2.6.0"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "rake-compiler"
spec.add_development_dependency "test-unit"
end