summaryrefslogtreecommitdiff
path: root/psych.gemspec
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 13:55:17 +0900
commit4e7794fc2c6c19160c8ff75f08bc1a41d05c2f2c (patch)
tree711d4faf6981679bfedd76cd49dbb0f974b43f6a /psych.gemspec
parent68da645c7efdb0e39070eb1d3218030df2f6d14c (diff)
downloadpsych-4e7794fc2c6c19160c8ff75f08bc1a41d05c2f2c.tar.gz
Fixup 05d7e818a6abe3ee1c56b6be92f086647d73141c
Diffstat (limited to 'psych.gemspec')
-rw-r--r--psych.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/psych.gemspec b/psych.gemspec
index 8c81e56..5f4bb43 100644
--- a/psych.gemspec
+++ b/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"]