mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/stringio] Use Gemfile instead of Gem::Specification#add_development_dependency.
https://github.com/ruby/stringio/commit/157fe9f04d
This commit is contained in:
parent
d0a05fd4b4
commit
99f54c0895
1 changed files with 0 additions and 3 deletions
|
@ -28,7 +28,4 @@ Gem::Specification.new do |s|
|
|||
|
||||
# s.cert_chain = %w[certs/nobu.pem]
|
||||
# s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/
|
||||
|
||||
s.add_development_dependency 'rake-compiler'
|
||||
s.add_development_dependency 'test-unit'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue