From 1563de599780da71a744ba504f4dea6ac0bda192 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Tue, 23 Feb 2021 16:18:38 -0600 Subject: [ruby/psych] Update to latest SnakeYAML Fixes jruby/jruby#6365 https://github.com/ruby/psych/commit/a88ff77f02 --- ext/psych/lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index 488f86e0b4..5c0e55bb7d 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -5,6 +5,6 @@ module Psych VERSION = '3.3.0' if RUBY_ENGINE == 'jruby' - DEFAULT_SNAKEYAML_VERSION = '1.26'.freeze + DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze end end -- cgit v1.2.3