summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2018-04-16 10:14:44 -0500
committerCharles Oliver Nutter <headius@headius.com>2018-04-16 10:14:44 -0500
commit51f395cf7313e91a31c03053cade3641877defc7 (patch)
tree67662eb41a030431354eb0a2122adb3ee0a4881e /lib
parentfe4e4555ea86b5252f46ba6696b03a08d9f64961 (diff)
downloadpsych-51f395cf7313e91a31c03053cade3641877defc7.zip
Update to SnakeYAML 1.21 to fix jruby/jruby#5098.
This will be released in Psych 3.0.3. See #352.
Diffstat (limited to 'lib')
-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 33993ec..07cc904 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -4,6 +4,6 @@ module Psych
VERSION = '3.0.2'
if RUBY_ENGINE == 'jruby'
- DEFAULT_SNAKEYAML_VERSION = '1.18'.freeze
+ DEFAULT_SNAKEYAML_VERSION = '1.21'.freeze
end
end