summaryrefslogtreecommitdiff
path: root/lib/psych/versions.rb
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 /lib/psych/versions.rb
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 'lib/psych/versions.rb')
-rw-r--r--lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index 5f7652b..62fca91 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: false
module Psych
- DEFAULT_SNAKEYAML_VERSION = '1.14'.freeze
+ DEFAULT_SNAKEYAML_VERSION = '1.17'.freeze
end