From e795dfe2ded7a3e2495167536abb9d467e54be3e Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 24 Feb 2017 06:32:48 +0000 Subject: Update psych-2.2.3 * It's only typo fix for CRuby. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/psych/lib/psych/versions.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/psych/lib/psych') diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index 455a0142cf..689d4f3db6 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -1,9 +1,9 @@ # frozen_string_literal: false module Psych # The version is Psych you're using - VERSION = '2.2.2' + VERSION = '2.2.3' if RUBY_ENGINE == 'jruby' - DEFAULT_SNAKEYAML_VERSION = '1.17'.freeze + DEFAULT_SNAKEYAML_VERSION = '1.18'.freeze end end -- cgit v1.2.3