summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-23 13:55:17 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-23 15:26:29 +0900
commit078e94106d7ffb171fcc8067679268b62369e506 (patch)
treefa0cff043a50e1a6040296237f7ecb11e9a89c94 /ext
parent7cdfc2b5fc447af34ef31b731823eed0d5cbc894 (diff)
[ruby/psych] Fixup 05d7e818a6abe3ee1c56b6be92f086647d73141c
https://github.com/ruby/psych/commit/4e7794fc2c
Diffstat (limited to 'ext')
-rw-r--r--ext/psych/psych.gemspec2
1 files changed, 1 insertions, 1 deletions
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"]