summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2016-11-17 12:01:19 -0600
committerCharles Oliver Nutter <headius@headius.com>2016-11-17 12:01:19 -0600
commit146a637e2205b2b36a6fa83fc0c6f7ce0c74e123 (patch)
tree6dd9d6eb27b8713cfc3760646f07de416d3f49e7 /psych.gemspec
parentcf1264d636417bbd5ce51e1c284a452f0cf1f8ba (diff)
downloadpsych-146a637e2205b2b36a6fa83fc0c6f7ce0c74e123.zip
Update to snakeyaml 1.17.
I had to hard-code two places that referenced a constant under Psych because neither the Rakefile nor a "gem build" loads that file. It was picking up the older version in my current JRuby process.
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 6276365..21f74ea 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -32,7 +32,7 @@ DESCRIPTION
if RUBY_PLATFORM =~ /java/
require 'psych/versions'
s.platform = 'java'
- s.requirements = "jar org.yaml:snakeyaml, #{Psych::DEFAULT_SNAKEYAML_VERSION}"
+ s.requirements = "jar org.yaml:snakeyaml, 1.17"
s.add_dependency 'jar-dependencies', '>= 0.1.7'
s.add_development_dependency 'ruby-maven'
else