From 078e94106d7ffb171fcc8067679268b62369e506 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 23 Jun 2020 13:55:17 +0900 Subject: [PATCH] [ruby/psych] Fixup 05d7e818a6abe3ee1c56b6be92f086647d73141c https://github.com/ruby/psych/commit/4e7794fc2c --- ext/psych/psych.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec index 8c81e56bd5..5f4bb43e0e 100644 --- a/ext/psych/psych.gemspec +++ b/ext/psych/psych.gemspec @@ -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"]