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

[ruby/psych] Do not use add_development_dependency.

939754237f
This commit is contained in:
Hiroshi SHIBATA 2019-07-21 12:16:56 +09:00 committed by Nobuyoshi Nakada
parent 0a63c4d5fb
commit 938032a790
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -51,9 +51,6 @@ DESCRIPTION
s.rubygems_version = "2.5.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0")
s.add_development_dependency 'rake-compiler', ">= 0.4.1"
s.add_development_dependency 'minitest', "~> 5.0"
if RUBY_ENGINE == 'jruby'
s.platform = 'java'
s.files.concat [
@ -67,9 +64,7 @@ DESCRIPTION
]
s.requirements = "jar org.yaml:snakeyaml, #{Psych::DEFAULT_SNAKEYAML_VERSION}"
s.add_dependency 'jar-dependencies', '>= 0.1.7'
s.add_development_dependency 'ruby-maven'
else
s.extensions = ["ext/psych/extconf.rb"]
s.add_development_dependency 'rake-compiler-dock', ">= 0.6.3"
end
end