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

[ruby/psych] Fixup 05d7e818a6abe3ee1c56b6be92f086647d73141c

https://github.com/ruby/psych/commit/4e7794fc2c
This commit is contained in:
Hiroshi SHIBATA 2020-06-23 13:55:17 +09:00
parent 7cdfc2b5fc
commit 078e94106d
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -60,7 +60,7 @@ DESCRIPTION
"lib/psych_jars.rb",
"lib/psych.jar"
]
s.requirements = "jar org.yaml:snakeyaml, #{Psych::DEFAULT_SNAKEYAML_VERSION}"
s.requirements = "jar org.yaml:snakeyaml, #{version_module::Psych::DEFAULT_SNAKEYAML_VERSION}"
s.add_dependency 'jar-dependencies', '>= 0.1.7'
else
s.extensions = ["ext/psych/extconf.rb"]