summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2018-09-19 11:12:36 -0500
committerCharles Oliver Nutter <headius@headius.com>2018-09-19 11:12:36 -0500
commit96705dee85f767e9bb8a04f319ec3a2a90d29ac0 (patch)
tree05d66325a240ff4d16e5e9e9ea25a7a6313f4b72 /lib
parent7eba02c8ff311ab6a5cb25480420c3cad9212a36 (diff)
downloadpsych-96705dee85f767e9bb8a04f319ec3a2a90d29ac0.zip
Update to SnakeYAML 1.23.
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 b7e55d3..ed93609 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -4,6 +4,6 @@ module Psych
VERSION = '3.1.0.pre1'
if RUBY_ENGINE == 'jruby'
- DEFAULT_SNAKEYAML_VERSION = '1.21'.freeze
+ DEFAULT_SNAKEYAML_VERSION = '1.23'.freeze
end
end