summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]